diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-12-26 13:05:39 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-12-26 13:05:39 +0100 |
commit | 070f442a1182c7c2a09c42e94ce202509ade1b77 (patch) | |
tree | 980a953edd7e56b2624f1757a4b85c02d6bd613b /src/include | |
parent | e7d4183d1c82e600aa69fa48145115f4abc02aac (diff) |
resolve #7124: ensure -s also deletes work_shards
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index ad6e58a05..ee691084e 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -4022,7 +4022,7 @@ struct TALER_EXCHANGEDB_Plugin * @return transaction status code */ enum GNUNET_DB_QueryStatus - (*delete_revolving_shards)(void *cls); + (*delete_shard_locks)(void *cls); /** * TODO-oec: add function for adding extension config |