GNUnet 0.21.2
ExtractResultContext Struct Reference

Closure for extract_result_cb. More...

Collaboration diagram for ExtractResultContext:
[legend]

Data Fields

GNUNET_DATACACHE_Iterator iter
 Function to call for each result found. More...
 
void * iter_cls
 Closure for iter. More...
 

Detailed Description

Closure for extract_result_cb.

Definition at line 401 of file plugin_datacache_postgres.c.

Field Documentation

◆ iter

GNUNET_DATACACHE_Iterator ExtractResultContext::iter

Function to call for each result found.

Definition at line 406 of file plugin_datacache_postgres.c.

Referenced by extract_result_cb(), and postgres_plugin_get_closest().

◆ iter_cls

void* ExtractResultContext::iter_cls

Closure for iter.

Definition at line 411 of file plugin_datacache_postgres.c.

Referenced by extract_result_cb(), and postgres_plugin_get_closest().


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