aboutsummaryrefslogtreecommitdiff
path: root/src/social
diff options
context:
space:
mode:
authorlurchi <lurchi@strangeplace.net>2017-11-24 21:55:13 +0100
committerlurchi <lurchi@strangeplace.net>2017-11-24 21:55:55 +0100
commit525a60f69f4b95ef8055f1b17ec40e0a066553aa (patch)
tree44d5e181d595ca25a43bc24797b0ca8ae4a2d7af /src/social
parent9cf0e753f26488dfde60967ae0184cf986902464 (diff)
downloadgnunet-525a60f69f4b95ef8055f1b17ec40e0a066553aa.tar.gz
gnunet-525a60f69f4b95ef8055f1b17ec40e0a066553aa.zip
added FIXMEs
Diffstat (limited to 'src/social')
-rw-r--r--src/social/gnunet-service-social.c2
-rw-r--r--src/social/social_api.c1
2 files changed, 3 insertions, 0 deletions
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,
573 plc, (GNUNET_YES == plc->is_host) ? "host" : "guest", 573 plc, (GNUNET_YES == plc->is_host) ? "host" : "guest",
574 GNUNET_h2s (&plc->pub_key_hash)); 574 GNUNET_h2s (&plc->pub_key_hash));
575 575
576 // FIXME (due to protocol change): here we must not remove all clients,
577 // only the one we were notified about!
576 struct ClientListItem *cli = plc->clients_head; 578 struct ClientListItem *cli = plc->clients_head;
577 while (NULL != cli) 579 while (NULL != cli)
578 { 580 {
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
183 */ 183 */
184 struct GNUNET_PSYC_Slicer *slicer; 184 struct GNUNET_PSYC_Slicer *slicer;
185 185
186 // FIXME: do we need is_disconnecing like on the psyc and multicast APIs?
186 /** 187 /**
187 * Function called after disconnected from the service. 188 * Function called after disconnected from the service.
188 */ 189 */