Context for 'ublock_put_cont'. More...
Data Fields | |
| GNUNET_FS_UBlockContinuation | cont |
| Function to call when done. | |
| void * | cont_cls |
| Closure of 'cont'. | |
| struct GNUNET_DATASTORE_QueueEntry * | qre |
| Handle for active datastore operation. | |
| struct GNUNET_SCHEDULER_Task * | task |
| Task to run continuation asynchronously. | |
Context for 'ublock_put_cont'.
Definition at line 88 of file fs_publish_ublock.c.
| GNUNET_FS_UBlockContinuation GNUNET_FS_PublishUblockContext::cont |
Function to call when done.
Definition at line 93 of file fs_publish_ublock.c.
| void* GNUNET_FS_PublishUblockContext::cont_cls |
Closure of 'cont'.
Definition at line 98 of file fs_publish_ublock.c.
| struct GNUNET_DATASTORE_QueueEntry* GNUNET_FS_PublishUblockContext::qre |
Handle for active datastore operation.
Definition at line 103 of file fs_publish_ublock.c.
| struct GNUNET_SCHEDULER_Task* GNUNET_FS_PublishUblockContext::task |
Task to run continuation asynchronously.
Definition at line 108 of file fs_publish_ublock.c.