gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 35/64: added FIXMEs


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 35/64: added FIXMEs
Date: Sat, 30 Dec 2017 20:58:20 +0100

This is an automated email from the git hooks/post-receive script.

lurchi pushed a commit to branch master
in repository gnunet.

commit 525a60f69f4b95ef8055f1b17ec40e0a066553aa
Author: lurchi <address@hidden>
AuthorDate: Fri Nov 24 21:55:13 2017 +0100

    added FIXMEs
---
 src/social/gnunet-service-social.c | 2 ++
 src/social/social_api.c            | 1 +
 2 files changed, 3 insertions(+)

diff --git a/src/social/gnunet-service-social.c 
b/src/social/gnunet-service-social.c
index 3f6999269..7396efef5 100644
--- a/src/social/gnunet-service-social.c
+++ b/src/social/gnunet-service-social.c
@@ -573,6 +573,8 @@ client_notify_disconnect (void *cls,
               plc, (GNUNET_YES == plc->is_host) ? "host" : "guest",
               GNUNET_h2s (&plc->pub_key_hash));
 
+  // FIXME (due to protocol change): here we must not remove all clients,
+  // only the one we were notified about!
   struct ClientListItem *cli = plc->clients_head;
   while (NULL != cli)
   {
diff --git a/src/social/social_api.c b/src/social/social_api.c
index f37c52e2c..db2a59674 100644
--- a/src/social/social_api.c
+++ b/src/social/social_api.c
@@ -183,6 +183,7 @@ struct GNUNET_SOCIAL_Place
    */
   struct GNUNET_PSYC_Slicer *slicer;
 
+  // FIXME: do we need is_disconnecing like on the psyc and multicast APIs?
   /**
    * Function called after disconnected from the service.
    */

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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