gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r36903 - in gnunet/src: include social


From: gnunet
Subject: [GNUnet-SVN] r36903 - in gnunet/src: include social
Date: Wed, 10 Feb 2016 16:02:20 +0100

Author: lynx
Date: 2016-02-10 16:02:20 +0100 (Wed, 10 Feb 2016)
New Revision: 36903

Modified:
   gnunet/src/include/gnunet_social_service.h
   gnunet/src/social/social_api.c
Log:
let's call it _notice_place_closing

Modified: gnunet/src/include/gnunet_social_service.h
===================================================================
--- gnunet/src/include/gnunet_social_service.h  2016-02-07 16:52:13 UTC (rev 
36902)
+++ gnunet/src/include/gnunet_social_service.h  2016-02-10 15:02:20 UTC (rev 
36903)
@@ -783,7 +783,7 @@
 /**
  * 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

Modified: gnunet/src/social/social_api.c
===================================================================
--- gnunet/src/social/social_api.c      2016-02-07 16:52:13 UTC (rev 36902)
+++ gnunet/src/social/social_api.c      2016-02-10 15:02:20 UTC (rev 36903)
@@ -73,7 +73,7 @@
    */
   struct GNUNET_CLIENT_MANAGER_Connection *client;
 
-  /**
+  /*e
    * Message to send on reconnect.
    */
   struct GNUNET_MessageHeader *connect_msg;
@@ -1540,7 +1540,7 @@
 /**
  * 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_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);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]