GNUnet 0.28.0-dev.3-20-gf1136b0b8
 
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 97 of file fs_publish_ublock.c.

Field Documentation

◆ cont

GNUNET_FS_UBlockContinuation GNUNET_FS_PublishUblockContext::cont

Function to call when done.

Definition at line 102 of file fs_publish_ublock.c.

◆ cont_cls

void* GNUNET_FS_PublishUblockContext::cont_cls

Closure of 'cont'.

Definition at line 107 of file fs_publish_ublock.c.

◆ qre

struct GNUNET_DATASTORE_QueueEntry* GNUNET_FS_PublishUblockContext::qre

Handle for active datastore operation.

Definition at line 112 of file fs_publish_ublock.c.

◆ task

struct GNUNET_SCHEDULER_Task* GNUNET_FS_PublishUblockContext::task

Task to run continuation asynchronously.

Definition at line 117 of file fs_publish_ublock.c.


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