aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_clients.c
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/dht/gnunet-service-dht_clients.c
parent9173da4f8c1f4b50ccd9d61f6fa138904740ecfa (diff)
parentd748b0c920b0581ca65962f34d1f2e94c9a89926 (diff)
downloadgnunet-c9562b8cf7a29f4ec2457cb9d9d4530c24225da1.tar.gz
gnunet-c9562b8cf7a29f4ec2457cb9d9d4530c24225da1.zip
-fix conflict
Diffstat (limited to 'src/dht/gnunet-service-dht_clients.c')
-rw-r--r--src/dht/gnunet-service-dht_clients.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/dht/gnunet-service-dht_clients.c b/src/dht/gnunet-service-dht_clients.c
index b4d139eec..19b464e63 100644
--- a/src/dht/gnunet-service-dht_clients.c
+++ b/src/dht/gnunet-service-dht_clients.c
@@ -584,7 +584,7 @@ handle_local_result (void *cls,
584 * Check DHT GET messages from the client. 584 * Check DHT GET messages from the client.
585 * 585 *
586 * @param cls the client we received this message from 586 * @param cls the client we received this message from
587 * @param message the actual message received 587 * @param get the actual message received
588 * @return #GNUNET_OK (always) 588 * @return #GNUNET_OK (always)
589 */ 589 */
590static enum GNUNET_GenericReturnValue 590static enum GNUNET_GenericReturnValue
@@ -602,7 +602,7 @@ check_dht_local_get (void *cls,
602 * Handler for DHT GET messages from the client. 602 * Handler for DHT GET messages from the client.
603 * 603 *
604 * @param cls the client we received this message from 604 * @param cls the client we received this message from
605 * @param message the actual message received 605 * @param get the actual message received
606 */ 606 */
607static void 607static void
608handle_dht_local_get (void *cls, 608handle_dht_local_get (void *cls,
@@ -720,7 +720,7 @@ find_by_unique_id (void *cls,
720 * Check "GET result seen" messages from the client. 720 * Check "GET result seen" messages from the client.
721 * 721 *
722 * @param cls the client we received this message from 722 * @param cls the client we received this message from
723 * @param message the actual message received 723 * @param seen the actual message received
724 * @return #GNUNET_OK if @a seen is well-formed 724 * @return #GNUNET_OK if @a seen is well-formed
725 */ 725 */
726static enum GNUNET_GenericReturnValue 726static enum GNUNET_GenericReturnValue
@@ -746,7 +746,7 @@ check_dht_local_get_result_seen (
746 * Handler for "GET result seen" messages from the client. 746 * Handler for "GET result seen" messages from the client.
747 * 747 *
748 * @param cls the client we received this message from 748 * @param cls the client we received this message from
749 * @param message the actual message received 749 * @param seen the actual message received
750 */ 750 */
751static void 751static void
752handle_dht_local_get_result_seen ( 752handle_dht_local_get_result_seen (
@@ -835,7 +835,7 @@ remove_by_unique_id (void *cls,
835 * depending on message type (if processed locally) 835 * depending on message type (if processed locally)
836 * 836 *
837 * @param cls client we received this message from 837 * @param cls client we received this message from
838 * @param message the actual message received 838 * @param dht_stop_msg the actual message received
839 * 839 *
840 */ 840 */
841static void 841static void
@@ -1603,8 +1603,6 @@ GDS_CLIENTS_process_put (const struct GNUNET_DATACACHE_Block *bd,
1603 1603
1604/** 1604/**
1605 * Initialize client subsystem. 1605 * Initialize client subsystem.
1606 *
1607 * @param server the initialized server
1608 */ 1606 */
1609static void 1607static void
1610GDS_CLIENTS_init (void) 1608GDS_CLIENTS_init (void)