commit bd14b7510a41176cb38311a789a89522a3a5343f
parent 4db45061ea4cb227adcb96a193ffef3a3011f949
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Fri, 14 Aug 2026 18:14:07 +0200
fix flag name
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/include/exchange-database/release_revolving_shard.h b/src/include/exchange-database/release_revolving_shard.h
@@ -26,10 +26,10 @@
/**
* Function called to release a revolving shard
* back into the work pool. Clears the
- * "completed" flag.
+ * "active" flag.
*
* @param pg the database context
- * @param job_name name of the operation to grab a word shard for
+ * @param job_name name of the operation the shard belongs to
* @param start_row inclusive start row of the shard
* @param end_row exclusive end row of the shard
* @return transaction status code