summaryrefslogtreecommitdiff
path: root/src/include/taler_merchantdb_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_merchantdb_plugin.h')
-rw-r--r--src/include/taler_merchantdb_plugin.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h
index 91c33f60..f8ac0eaf 100644
--- a/src/include/taler_merchantdb_plugin.h
+++ b/src/include/taler_merchantdb_plugin.h
@@ -1011,6 +1011,17 @@ struct TALER_MERCHANTDB_Plugin
/**
+ * Release all expired product locks, including
+ * those from expired offers -- across all
+ * instances.
+ *
+ * @param cls closure
+ */
+ void
+ (*expire_locks)(void *cls);
+
+
+ /**
* Delete information about an order. Note that the transaction must
* enforce that the order is not awaiting payment anymore.
*