GNUnet 0.21.0
HandleResultContext Struct Reference

Closure for handle_results. More...

Collaboration diagram for HandleResultContext:
[legend]

Data Fields

GNUNET_DATACACHE_Iterator iter
 Function to call on each result, may be NULL. More...
 
void * iter_cls
 Closure for iter. More...
 
const struct GNUNET_HashCodekey
 Key used. More...
 

Detailed Description

Closure for handle_results.

Definition at line 172 of file plugin_datacache_postgres.c.

Field Documentation

◆ iter

GNUNET_DATACACHE_Iterator HandleResultContext::iter

Function to call on each result, may be NULL.

Definition at line 177 of file plugin_datacache_postgres.c.

Referenced by handle_results(), and postgres_plugin_get().

◆ iter_cls

void* HandleResultContext::iter_cls

Closure for iter.

Definition at line 182 of file plugin_datacache_postgres.c.

Referenced by handle_results(), and postgres_plugin_get().

◆ key

const struct GNUNET_HashCode* HandleResultContext::key

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