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