GNUnet 0.21.1
PluginListEntry Struct Reference

A plugin list entry. More...

Collaboration diagram for PluginListEntry:
[legend]

Data Fields

struct PluginListEntrynext
 
struct PluginListEntryprev
 
char * libname
 libname (to cleanup) More...
 
void * plugin
 The plugin. More...
 
GNUNET_REST_ProcessingFunction process_request
 Request function. More...
 

Detailed Description

A plugin list entry.

Definition at line 175 of file gnunet-rest-server.c.

Field Documentation

◆ next

struct PluginListEntry* PluginListEntry::next

Definition at line 178 of file gnunet-rest-server.c.

Referenced by create_response().

◆ prev

struct PluginListEntry* PluginListEntry::prev

Definition at line 181 of file gnunet-rest-server.c.

◆ libname

char* PluginListEntry::libname

libname (to cleanup)

Definition at line 186 of file gnunet-rest-server.c.

Referenced by do_shutdown(), and setup_plugin().

◆ plugin

void* PluginListEntry::plugin

The plugin.

Definition at line 191 of file gnunet-rest-server.c.

Referenced by create_response(), and setup_plugin().

◆ process_request

GNUNET_REST_ProcessingFunction PluginListEntry::process_request

Request function.

Definition at line 196 of file gnunet-rest-server.c.

Referenced by create_response(), and setup_plugin().


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