diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-09-21 14:36:18 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-09-21 14:36:18 +0200 |
commit | 93a84d5e5aee9df869ac9e78a88c294d6311a9ef (patch) | |
tree | 060813cef751493abfa6c6417ed15031aec4842b /src/include | |
parent | 70c28e53d0615bc6694ea2339a739d387f8d8691 (diff) |
retry transactions on serialization/dead-lock failures (#3990)
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_mintdb_plugin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/taler_mintdb_plugin.h b/src/include/taler_mintdb_plugin.h index 851ed5265..c8013acc3 100644 --- a/src/include/taler_mintdb_plugin.h +++ b/src/include/taler_mintdb_plugin.h @@ -629,7 +629,8 @@ struct TALER_MINTDB_Plugin * * @param cls the @e cls of this struct with the plugin-specific state * @param session connection to use - * @return #GNUNET_OK on success + * @return #GNUNET_OK on success, #GNUNET_NO if the transaction + * can be retried, #GNUNET_SYSERR on hard failures */ int (*commit) (void *cls, |