GNUnet 0.21.1
PluginList Struct Reference

Linked list of active plugins. More...

Collaboration diagram for PluginList:
[legend]

Data Fields

struct PluginListnext
 This is a linked list. More...
 
char * name
 Name of the library. More...
 
void * handle
 System handle. More...
 

Detailed Description

Linked list of active plugins.

Definition at line 37 of file plugin.c.

Field Documentation

◆ next

struct PluginList* PluginList::next

This is a linked list.

Definition at line 42 of file plugin.c.

Referenced by GNUNET_PLUGIN_load(), and GNUNET_PLUGIN_unload().

◆ name

char* PluginList::name

Name of the library.

Definition at line 47 of file plugin.c.

Referenced by GNUNET_PLUGIN_load(), GNUNET_PLUGIN_test(), GNUNET_PLUGIN_unload(), and resolve_function().

◆ handle

void* PluginList::handle

System handle.

Definition at line 52 of file plugin.c.

Referenced by GNUNET_PLUGIN_load(), GNUNET_PLUGIN_test(), GNUNET_PLUGIN_unload(), and resolve_function().


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