let's call it _notice_place_closing
authorCarlo von lynX <lynX@time.to.get.psyced.org>
Wed, 10 Feb 2016 15:02:20 +0000 (15:02 +0000)
committerCarlo von lynX <lynX@time.to.get.psyced.org>
Wed, 10 Feb 2016 15:02:20 +0000 (15:02 +0000)
src/include/gnunet_social_service.h
src/social/social_api.c

index 1392587adbd0afdaac23339f7160a9b1b68d9f00..01f874c7f03ebcd5b6202bfc6fee1f1d9acfccd5 100644 (file)
@@ -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
index 9c501344b7421dcbe6e8c5ac7a289cf9fe57f9f5..c63af3f2618c79f60b88e857f632d5026d486817 100644 (file)
@@ -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);