aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/namestore_api.c')
-rw-r--r--src/namestore/namestore_api.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/namestore/namestore_api.c b/src/namestore/namestore_api.c
index 70695b85a..f65c45e85 100644
--- a/src/namestore/namestore_api.c
+++ b/src/namestore/namestore_api.c
@@ -866,11 +866,9 @@ reconnect (struct GNUNET_NAMESTORE_Handle *h)
866 * Re-establish the connection to the service. 866 * Re-establish the connection to the service.
867 * 867 *
868 * @param cls handle to use to re-connect. 868 * @param cls handle to use to re-connect.
869 * @param tc scheduler context
870 */ 869 */
871static void 870static void
872reconnect_task (void *cls, 871reconnect_task (void *cls)
873 const struct GNUNET_SCHEDULER_TaskContext *tc)
874{ 872{
875 struct GNUNET_NAMESTORE_Handle *h = cls; 873 struct GNUNET_NAMESTORE_Handle *h = cls;
876 874