GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
ReplCtx Struct Reference

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

Collaboration diagram for ReplCtx:
[legend]

Data Fields

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

Detailed Description

Context for #repl_iter() function.

Context for repl_proc() function.

Definition at line 547 of file plugin_datastore_postgres.c.

Field Documentation

◆ plugin

struct Plugin* ReplCtx::plugin

Plugin handle.

Definition at line 552 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 557 of file plugin_datastore_postgres.c.

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

◆ proc_cls

void * ReplCtx::proc_cls

◆ uid

uint64_t ReplCtx::uid

UID to use.

Definition at line 958 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 963 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: