summaryrefslogtreecommitdiff
path: root/src/include/taler_mintdb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-09-21 14:36:18 +0200
committerChristian Grothoff <christian@grothoff.org>2015-09-21 14:36:18 +0200
commit93a84d5e5aee9df869ac9e78a88c294d6311a9ef (patch)
tree060813cef751493abfa6c6417ed15031aec4842b /src/include/taler_mintdb_plugin.h
parent70c28e53d0615bc6694ea2339a739d387f8d8691 (diff)
downloadexchange-93a84d5e5aee9df869ac9e78a88c294d6311a9ef.tar.gz
exchange-93a84d5e5aee9df869ac9e78a88c294d6311a9ef.tar.bz2
exchange-93a84d5e5aee9df869ac9e78a88c294d6311a9ef.zip
retry transactions on serialization/dead-lock failures (#3990)
Diffstat (limited to 'src/include/taler_mintdb_plugin.h')
-rw-r--r--src/include/taler_mintdb_plugin.h3
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,