GNUnet 0.21.1
ReplCtx Struct Reference

Context for #repl_iter() function. More...

Collaboration diagram for ReplCtx:
[legend]

Data Fields

struct Pluginplugin
 Plugin handle. More...
 
PluginDatumProcessor proc
 Function to call for the result (or the NULL). More...
 
void * proc_cls
 Closure for proc. More...
 
uint64_t uid
 UID to use. More...
 
int have_uid
 Yes if UID was set. More...
 

Detailed Description

Context for #repl_iter() function.

Context for repl_proc() function.

Definition at line 548 of file plugin_datastore_postgres.c.

Field Documentation

◆ plugin

struct Plugin* ReplCtx::plugin

Plugin handle.

Definition at line 553 of file plugin_datastore_postgres.c.

Referenced by postgres_plugin_get_replication(), and repl_proc().

◆ proc

PluginDatumProcessor ReplCtx::proc

Function to call for the result (or the NULL).

Definition at line 558 of file plugin_datastore_postgres.c.

Referenced by postgres_plugin_get_replication(), repl_proc(), and sqlite_plugin_get_replication().

◆ proc_cls

void * ReplCtx::proc_cls

Closure for proc.

Definition at line 563 of file plugin_datastore_postgres.c.

Referenced by postgres_plugin_get_replication(), repl_proc(), and sqlite_plugin_get_replication().

◆ uid

uint64_t ReplCtx::uid

UID to use.

Definition at line 952 of file plugin_datastore_sqlite.c.

Referenced by repl_proc(), and sqlite_plugin_get_replication().

◆ have_uid

int ReplCtx::have_uid

Yes if UID was set.

Definition at line 957 of file plugin_datastore_sqlite.c.

Referenced by repl_proc(), and sqlite_plugin_get_replication().


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