GNUnet 0.21.1
GNUNET_FS_PublishUblockContext Struct Reference

Context for 'ublock_put_cont'. More...

Collaboration diagram for GNUNET_FS_PublishUblockContext:
[legend]

Data Fields

GNUNET_FS_UBlockContinuation cont
 Function to call when done. More...
 
void * cont_cls
 Closure of 'cont'. More...
 
struct GNUNET_DATASTORE_QueueEntryqre
 Handle for active datastore operation. More...
 
struct GNUNET_SCHEDULER_Tasktask
 Task to run continuation asynchronously. More...
 

Detailed Description

Context for 'ublock_put_cont'.

Definition at line 86 of file fs_publish_ublock.c.

Field Documentation

◆ cont

GNUNET_FS_UBlockContinuation GNUNET_FS_PublishUblockContext::cont

Function to call when done.

Definition at line 91 of file fs_publish_ublock.c.

◆ cont_cls

void* GNUNET_FS_PublishUblockContext::cont_cls

Closure of 'cont'.

Definition at line 96 of file fs_publish_ublock.c.

◆ qre

struct GNUNET_DATASTORE_QueueEntry* GNUNET_FS_PublishUblockContext::qre

Handle for active datastore operation.

Definition at line 101 of file fs_publish_ublock.c.

◆ task

struct GNUNET_SCHEDULER_Task* GNUNET_FS_PublishUblockContext::task

Task to run continuation asynchronously.

Definition at line 106 of file fs_publish_ublock.c.


The documentation for this struct was generated from the following file: