GNUnet 0.28.0-dev.2-5-gff43856e1
 
Loading...
Searching...
No Matches
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.
 
void * cont_cls
 Closure of 'cont'.
 
struct GNUNET_DATASTORE_QueueEntryqre
 Handle for active datastore operation.
 
struct GNUNET_SCHEDULER_Tasktask
 Task to run continuation asynchronously.
 

Detailed Description

Context for 'ublock_put_cont'.

Definition at line 88 of file fs_publish_ublock.c.

Field Documentation

◆ cont

GNUNET_FS_UBlockContinuation GNUNET_FS_PublishUblockContext::cont

Function to call when done.

Definition at line 93 of file fs_publish_ublock.c.

◆ cont_cls

void* GNUNET_FS_PublishUblockContext::cont_cls

Closure of 'cont'.

Definition at line 98 of file fs_publish_ublock.c.

◆ qre

struct GNUNET_DATASTORE_QueueEntry* GNUNET_FS_PublishUblockContext::qre

Handle for active datastore operation.

Definition at line 103 of file fs_publish_ublock.c.

◆ task

struct GNUNET_SCHEDULER_Task* GNUNET_FS_PublishUblockContext::task

Task to run continuation asynchronously.

Definition at line 108 of file fs_publish_ublock.c.


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