GNUnet 0.26.1
 
Loading...
Searching...
No Matches
ProcessKeysContext Struct Reference

Closure for process_keys. More...

Collaboration diagram for ProcessKeysContext:
[legend]

Data Fields

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

Detailed Description

Closure for process_keys.

Definition at line 709 of file plugin_datastore_postgres.c.

Field Documentation

◆ proc

PluginKeyProcessor ProcessKeysContext::proc

Function to call for each key.

Definition at line 714 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 719 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: