GNUnet 0.21.1
GNUNET_BLOCK_Context Struct Reference

Handle to an initialized block library. More...

Collaboration diagram for GNUNET_BLOCK_Context:
[legend]

Data Fields

struct Plugin ** plugins
 Array of our plugins. More...
 
unsigned int num_plugins
 Size of the 'plugins' array. More...
 
const struct GNUNET_CONFIGURATION_Handlecfg
 Our configuration. More...
 

Detailed Description

Handle to an initialized block library.

Definition at line 54 of file block.c.

Field Documentation

◆ plugins

struct Plugin** GNUNET_BLOCK_Context::plugins

Array of our plugins.

Definition at line 59 of file block.c.

◆ num_plugins

unsigned int GNUNET_BLOCK_Context::num_plugins

Size of the 'plugins' array.

Definition at line 64 of file block.c.

◆ cfg

const struct GNUNET_CONFIGURATION_Handle* GNUNET_BLOCK_Context::cfg

Our configuration.

Definition at line 69 of file block.c.


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