added FIXMEs
authorlurchi <lurchi@strangeplace.net>
Fri, 24 Nov 2017 20:55:13 +0000 (21:55 +0100)
committerlurchi <lurchi@strangeplace.net>
Fri, 24 Nov 2017 20:55:55 +0000 (21:55 +0100)
src/social/gnunet-service-social.c
src/social/social_api.c

index 3f69992698a273225d6e9067fe9947b3c89422f3..7396efef5c6708bf675e07170b284864d0cf0d76 100644 (file)
@@ -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)
   {
index f37c52e2c644a494360bc208846a27b056c857cf..db2a596744703650f02a9482fa6a62d9938126ca 100644 (file)
@@ -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.
    */