Context for #repl_iter() function. More...
Data Fields | |
struct Plugin * | plugin |
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... | |
Context for #repl_iter() function.
Context for repl_proc() function.
Definition at line 547 of file plugin_datastore_postgres.c.
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().
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(), and sqlite_plugin_get_replication().
void * ReplCtx::proc_cls |
Closure for proc.
Definition at line 562 of file plugin_datastore_postgres.c.
Referenced by postgres_plugin_get_replication(), repl_proc(), and sqlite_plugin_get_replication().
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().
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().