From 251be7e4ac1e8548964b7fa8fc213ebdf0223378 Mon Sep 17 00:00:00 2001 From: Carlo von lynX Date: Wed, 10 Feb 2016 15:02:20 +0000 Subject: [PATCH] let's call it _notice_place_closing --- src/include/gnunet_social_service.h | 2 +- src/social/social_api.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/include/gnunet_social_service.h b/src/include/gnunet_social_service.h index 1392587ad..01f874c7f 100644 --- a/src/include/gnunet_social_service.h +++ b/src/include/gnunet_social_service.h @@ -783,7 +783,7 @@ GNUNET_SOCIAL_host_disconnect (struct GNUNET_SOCIAL_Host *hst, /** * Stop hosting a home. * - * Sends a _notice_place_closed announcement to the home. + * Sends a _notice_place_closing announcement to the home. * Invalidates host handle. * * @param hst diff --git a/src/social/social_api.c b/src/social/social_api.c index 9c501344b..c63af3f26 100644 --- a/src/social/social_api.c +++ b/src/social/social_api.c @@ -73,7 +73,7 @@ struct GNUNET_SOCIAL_App */ struct GNUNET_CLIENT_MANAGER_Connection *client; - /** + /*e * Message to send on reconnect. */ struct GNUNET_MessageHeader *connect_msg; @@ -1540,7 +1540,7 @@ GNUNET_SOCIAL_host_disconnect (struct GNUNET_SOCIAL_Host *hst, /** * Stop hosting the home. * - * Sends a _notice_place_closed announcement to the home. + * Sends a _notice_place_closing announcement to the home. * Invalidates host handle. * * @param hst @@ -1560,7 +1560,7 @@ GNUNET_SOCIAL_host_leave (struct GNUNET_SOCIAL_Host *hst, GNUNET_ContinuationCallback disconnect_cb, void *cls) { - GNUNET_SOCIAL_host_announce (hst, "_notice_place_closed", env, NULL, NULL, + GNUNET_SOCIAL_host_announce (hst, "_notice_place_closing", env, NULL, NULL, GNUNET_SOCIAL_ANNOUNCE_NONE); place_leave (&hst->plc); GNUNET_SOCIAL_host_disconnect (hst, disconnect_cb, cls); -- 2.25.1