From ba5af82db137c465a84e44b85aeb7aa6fed0c957 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 22 Jun 2021 14:47:54 +0200 Subject: -bugfixes, and FTBFS --- src/include/taler_exchangedb_plugin.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/include') diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 75e8f8bb6..1eab06fc8 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -2094,6 +2094,21 @@ struct TALER_EXCHANGEDB_Plugin const char *name); + /** + * Start a READ COMMITTED transaction. + * + * @param cls the `struct PostgresClosure` with the plugin-specific state + * @param session the database connection + * @param name unique name identifying the transaction (for debugging) + * must point to a constant + * @return #GNUNET_OK on success + */ + int + (*start_read_committed)(void *cls, + struct TALER_EXCHANGEDB_Session *session, + const char *name); + + /** * Commit a transaction. * -- cgit v1.2.3