aboutsummaryrefslogtreecommitdiff
path: root/src/social
diff options
context:
space:
mode:
authorCarlo von lynX <lynX@time.to.get.psyced.org>2016-02-10 15:02:20 +0000
committerCarlo von lynX <lynX@time.to.get.psyced.org>2016-02-10 15:02:20 +0000
commit251be7e4ac1e8548964b7fa8fc213ebdf0223378 (patch)
tree3979ffab1f7049afd04ab30cd6328d720ae97b00 /src/social
parent84702567352a16eb5d1a9ad747ff0770e50f4fb3 (diff)
downloadgnunet-251be7e4ac1e8548964b7fa8fc213ebdf0223378.tar.gz
gnunet-251be7e4ac1e8548964b7fa8fc213ebdf0223378.zip
let's call it _notice_place_closing
Diffstat (limited to 'src/social')
-rw-r--r--src/social/social_api.c6
1 files changed, 3 insertions, 3 deletions
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
73 */ 73 */
74 struct GNUNET_CLIENT_MANAGER_Connection *client; 74 struct GNUNET_CLIENT_MANAGER_Connection *client;
75 75
76 /** 76 /*e
77 * Message to send on reconnect. 77 * Message to send on reconnect.
78 */ 78 */
79 struct GNUNET_MessageHeader *connect_msg; 79 struct GNUNET_MessageHeader *connect_msg;
@@ -1540,7 +1540,7 @@ GNUNET_SOCIAL_host_disconnect (struct GNUNET_SOCIAL_Host *hst,
1540/** 1540/**
1541 * Stop hosting the home. 1541 * Stop hosting the home.
1542 * 1542 *
1543 * Sends a _notice_place_closed announcement to the home. 1543 * Sends a _notice_place_closing announcement to the home.
1544 * Invalidates host handle. 1544 * Invalidates host handle.
1545 * 1545 *
1546 * @param hst 1546 * @param hst
@@ -1560,7 +1560,7 @@ GNUNET_SOCIAL_host_leave (struct GNUNET_SOCIAL_Host *hst,
1560 GNUNET_ContinuationCallback disconnect_cb, 1560 GNUNET_ContinuationCallback disconnect_cb,
1561 void *cls) 1561 void *cls)
1562{ 1562{
1563 GNUNET_SOCIAL_host_announce (hst, "_notice_place_closed", env, NULL, NULL, 1563 GNUNET_SOCIAL_host_announce (hst, "_notice_place_closing", env, NULL, NULL,
1564 GNUNET_SOCIAL_ANNOUNCE_NONE); 1564 GNUNET_SOCIAL_ANNOUNCE_NONE);
1565 place_leave (&hst->plc); 1565 place_leave (&hst->plc);
1566 GNUNET_SOCIAL_host_disconnect (hst, disconnect_cb, cls); 1566 GNUNET_SOCIAL_host_disconnect (hst, disconnect_cb, cls);