diff options
Diffstat (limited to 'src/include/anastasis_database_plugin.h')
-rw-r--r-- | src/include/anastasis_database_plugin.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/include/anastasis_database_plugin.h b/src/include/anastasis_database_plugin.h index bc4b0e6..7bf91a2 100644 --- a/src/include/anastasis_database_plugin.h +++ b/src/include/anastasis_database_plugin.h | |||
@@ -232,9 +232,12 @@ struct ANASTASIS_DatabasePlugin | |||
232 | * Does not return anything, as we will continue regardless of the outcome. | 232 | * Does not return anything, as we will continue regardless of the outcome. |
233 | * | 233 | * |
234 | * @param cls the `struct PostgresClosure` with the plugin-specific state | 234 | * @param cls the `struct PostgresClosure` with the plugin-specific state |
235 | * @return #GNUNET_OK if everything is fine | ||
236 | * #GNUNET_NO if a transaction was rolled back | ||
237 | * #GNUNET_SYSERR on hard errors | ||
235 | */ | 238 | */ |
236 | void | 239 | enum GNUNET_GenericReturnValue |
237 | (*preflight) (void *cls); | 240 | (*preflight)(void *cls); |
238 | 241 | ||
239 | /** | 242 | /** |
240 | * Check that the database connection is still up. | 243 | * Check that the database connection is still up. |