aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/set/gnunet-service-set.c')
-rw-r--r--src/set/gnunet-service-set.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/set/gnunet-service-set.c b/src/set/gnunet-service-set.c
index 2b859d81a..208c63a1a 100644
--- a/src/set/gnunet-service-set.c
+++ b/src/set/gnunet-service-set.c
@@ -176,7 +176,6 @@ static uint32_t suggest_id;
176/** 176/**
177 * Get the incoming socket associated with the given id. 177 * Get the incoming socket associated with the given id.
178 * 178 *
179 * @param listener the listener to look in
180 * @param id id to look for 179 * @param id id to look for
181 * @return the incoming socket associated with the id, 180 * @return the incoming socket associated with the id,
182 * or NULL if there is none 181 * or NULL if there is none
@@ -1006,7 +1005,7 @@ handle_client_iterate (void *cls, const struct GNUNET_MessageHeader *m)
1006 * operation to be performed. 1005 * operation to be performed.
1007 * 1006 *
1008 * @param cls client that sent the message 1007 * @param cls client that sent the message
1009 * @param m message sent by the client 1008 * @param msg message sent by the client
1010 */ 1009 */
1011static void 1010static void
1012handle_client_create_set (void *cls, const struct GNUNET_SET_CreateMessage *msg) 1011handle_client_create_set (void *cls, const struct GNUNET_SET_CreateMessage *msg)
@@ -1066,7 +1065,6 @@ handle_client_create_set (void *cls, const struct GNUNET_SET_CreateMessage *msg)
1066 * - we got the channel from a peer but no #GNUNET_MESSAGE_TYPE_SET_P2P_OPERATION_REQUEST 1065 * - we got the channel from a peer but no #GNUNET_MESSAGE_TYPE_SET_P2P_OPERATION_REQUEST
1067 * 1066 *
1068 * @param cls channel context 1067 * @param cls channel context
1069 * @param tc context information (why was this task triggered now)
1070 */ 1068 */
1071static void 1069static void
1072incoming_timeout_cb (void *cls) 1070incoming_timeout_cb (void *cls)