Context for #repl_iter() function. More...
Data Fields | |
| struct Plugin * | plugin |
| 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. | |
Context for #repl_iter() function.
Context for repl_proc() function.
Definition at line 550 of file plugin_datastore_postgres.c.
| struct Plugin* ReplCtx::plugin |
Plugin handle.
Definition at line 555 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 560 of file plugin_datastore_postgres.c.
Referenced by postgres_plugin_get_replication(), repl_proc(), repl_proc(), and sqlite_plugin_get_replication().
| void * ReplCtx::proc_cls |
Closure for proc.
Definition at line 565 of file plugin_datastore_postgres.c.
Referenced by postgres_plugin_get_replication(), repl_proc(), repl_proc(), and sqlite_plugin_get_replication().
| uint64_t ReplCtx::uid |
UID to use.
Definition at line 961 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 966 of file plugin_datastore_sqlite.c.
Referenced by repl_proc(), and sqlite_plugin_get_replication().