GNUnet 0.21.1
ProcessKeysContext Struct Reference

Closure for process_keys. More...

Collaboration diagram for ProcessKeysContext:
[legend]

Data Fields

PluginKeyProcessor proc
 Function to call for each key. More...
 
void * proc_cls
 Closure for proc. More...
 

Detailed Description

Closure for process_keys.

Definition at line 707 of file plugin_datastore_postgres.c.

Field Documentation

◆ proc

PluginKeyProcessor ProcessKeysContext::proc

Function to call for each key.

Definition at line 712 of file plugin_datastore_postgres.c.

Referenced by postgres_plugin_get_keys(), and process_keys().

◆ proc_cls

void* ProcessKeysContext::proc_cls

Closure for proc.

Definition at line 717 of file plugin_datastore_postgres.c.

Referenced by postgres_plugin_get_keys(), and process_keys().


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