aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-10-18 10:04:57 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-10-18 10:04:57 +0900
commitc9562b8cf7a29f4ec2457cb9d9d4530c24225da1 (patch)
treefb7d0296af5537ddda7e772a46e959c8ed64fbac /src/datastore
parent9173da4f8c1f4b50ccd9d61f6fa138904740ecfa (diff)
parentd748b0c920b0581ca65962f34d1f2e94c9a89926 (diff)
downloadgnunet-c9562b8cf7a29f4ec2457cb9d9d4530c24225da1.tar.gz
gnunet-c9562b8cf7a29f4ec2457cb9d9d4530c24225da1.zip
-fix conflict
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/datastore_api.c2
-rw-r--r--src/datastore/gnunet-service-datastore.c15
-rw-r--r--src/datastore/plugin_datastore_postgres.c2
3 files changed, 9 insertions, 10 deletions
diff --git a/src/datastore/datastore_api.c b/src/datastore/datastore_api.c
index 4b4a76eea..4d27efb4e 100644
--- a/src/datastore/datastore_api.c
+++ b/src/datastore/datastore_api.c
@@ -278,7 +278,7 @@ free_queue_entry (struct GNUNET_DATASTORE_QueueEntry *qe)
278/** 278/**
279 * Task that logs an error after some time. 279 * Task that logs an error after some time.
280 * 280 *
281 * @param qe `struct GNUNET_DATASTORE_QueueEntry` about which the error is 281 * @param cls `struct GNUNET_DATASTORE_QueueEntry` about which the error is
282 */ 282 */
283static void 283static void
284delay_warning (void *cls) 284delay_warning (void *cls)
diff --git a/src/datastore/gnunet-service-datastore.c b/src/datastore/gnunet-service-datastore.c
index 498a7b3e6..f45e71ee9 100644
--- a/src/datastore/gnunet-service-datastore.c
+++ b/src/datastore/gnunet-service-datastore.c
@@ -560,7 +560,7 @@ transmit_item (void *cls,
560 * Handle RESERVE-message. 560 * Handle RESERVE-message.
561 * 561 *
562 * @param cls identification of the client 562 * @param cls identification of the client
563 * @param message the actual message 563 * @param msg the actual message
564 */ 564 */
565static void 565static void
566handle_reserve (void *cls, const struct ReserveMessage *msg) 566handle_reserve (void *cls, const struct ReserveMessage *msg)
@@ -644,7 +644,7 @@ handle_reserve (void *cls, const struct ReserveMessage *msg)
644 * Handle RELEASE_RESERVE-message. 644 * Handle RELEASE_RESERVE-message.
645 * 645 *
646 * @param cls identification of the client 646 * @param cls identification of the client
647 * @param message the actual message 647 * @param msg the actual message
648 */ 648 */
649static void 649static void
650handle_release_reserve (void *cls, const struct ReleaseReserveMessage *msg) 650handle_release_reserve (void *cls, const struct ReleaseReserveMessage *msg)
@@ -768,7 +768,7 @@ put_continuation (void *cls,
768 * Verify PUT-message. 768 * Verify PUT-message.
769 * 769 *
770 * @param cls identification of the client 770 * @param cls identification of the client
771 * @param message the actual message 771 * @param dm the actual message
772 * @return #GNUNET_OK if @a dm is well-formed 772 * @return #GNUNET_OK if @a dm is well-formed
773 */ 773 */
774static int 774static int
@@ -787,7 +787,7 @@ check_put (void *cls, const struct DataMessage *dm)
787 * Handle PUT-message. 787 * Handle PUT-message.
788 * 788 *
789 * @param cls identification of the client 789 * @param cls identification of the client
790 * @param message the actual message 790 * @param dm the actual message
791 */ 791 */
792static void 792static void
793handle_put (void *cls, const struct DataMessage *dm) 793handle_put (void *cls, const struct DataMessage *dm)
@@ -949,7 +949,7 @@ handle_get_replication (void *cls, const struct GNUNET_MessageHeader *message)
949 * Handle GET_ZERO_ANONYMITY-message. 949 * Handle GET_ZERO_ANONYMITY-message.
950 * 950 *
951 * @param cls client identification of the client 951 * @param cls client identification of the client
952 * @param message the actual message 952 * @param msg the actual message
953 */ 953 */
954static void 954static void
955handle_get_zero_anonymity (void *cls, const struct GetZeroAnonymityMessage *msg) 955handle_get_zero_anonymity (void *cls, const struct GetZeroAnonymityMessage *msg)
@@ -1028,7 +1028,7 @@ remove_continuation (void *cls,
1028 * Verify REMOVE-message. 1028 * Verify REMOVE-message.
1029 * 1029 *
1030 * @param cls identification of the client 1030 * @param cls identification of the client
1031 * @param message the actual message 1031 * @param dm the actual message
1032 * @return #GNUNET_OK if @a dm is well-formed 1032 * @return #GNUNET_OK if @a dm is well-formed
1033 */ 1033 */
1034static int 1034static int
@@ -1047,8 +1047,7 @@ check_remove (void *cls, const struct DataMessage *dm)
1047 * Handle REMOVE-message. 1047 * Handle REMOVE-message.
1048 * 1048 *
1049 * @param cls closure 1049 * @param cls closure
1050 * @param client identification of the client 1050 * @param dm the actual message
1051 * @param message the actual message
1052 */ 1051 */
1053static void 1052static void
1054handle_remove (void *cls, const struct DataMessage *dm) 1053handle_remove (void *cls, const struct DataMessage *dm)
diff --git a/src/datastore/plugin_datastore_postgres.c b/src/datastore/plugin_datastore_postgres.c
index 27e8b7072..e49564dd9 100644
--- a/src/datastore/plugin_datastore_postgres.c
+++ b/src/datastore/plugin_datastore_postgres.c
@@ -760,7 +760,7 @@ struct ProcessKeysContext
760 * 760 *
761 * @param cls closure with a `struct ProcessKeysContext` 761 * @param cls closure with a `struct ProcessKeysContext`
762 * @param result the postgres result 762 * @param result the postgres result
763 * @param num_result the number of results in @a result 763 * @param num_results the number of results in @a result
764 */ 764 */
765static void 765static void
766process_keys (void *cls, 766process_keys (void *cls,