aboutsummaryrefslogtreecommitdiff
path: root/src/social
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2014-07-25 10:27:43 +0000
committerGabor X Toth <*@tg-x.net>2014-07-25 10:27:43 +0000
commit98638edc1f1013173895fde63443a667525c58be (patch)
tree6fb4db5defa2d4d6339681203824b9ec0d93b157 /src/social
parent6f414d77767065df447f9c223874cb9af5a48ea6 (diff)
downloadgnunet-98638edc1f1013173895fde63443a667525c58be.tar.gz
gnunet-98638edc1f1013173895fde63443a667525c58be.zip
multicast: use cadet to contact remote peers
Diffstat (limited to 'src/social')
-rw-r--r--src/social/gnunet-service-social.c2
-rw-r--r--src/social/test_social.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/social/gnunet-service-social.c b/src/social/gnunet-service-social.c
index de4163720..c75589811 100644
--- a/src/social/gnunet-service-social.c
+++ b/src/social/gnunet-service-social.c
@@ -708,7 +708,7 @@ client_recv_guest_enter (void *cls, struct GNUNET_SERVER_Client *client,
708 { 708 {
709 plc_gst = GNUNET_CONTAINER_multihashmap_create (1, GNUNET_YES); 709 plc_gst = GNUNET_CONTAINER_multihashmap_create (1, GNUNET_YES);
710 GNUNET_CONTAINER_multihashmap_put (place_guests, &plc->pub_key_hash, plc_gst, 710 GNUNET_CONTAINER_multihashmap_put (place_guests, &plc->pub_key_hash, plc_gst,
711 GNUNET_CONTAINER_MULTIHASHMAPOPTION_MULTIPLE); 711 GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_FAST);
712 } 712 }
713 GNUNET_CONTAINER_multihashmap_put (plc_gst, &gst->pub_key_hash, plc, 713 GNUNET_CONTAINER_multihashmap_put (plc_gst, &gst->pub_key_hash, plc,
714 GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_FAST); 714 GNUNET_CONTAINER_MULTIHASHMAPOPTION_UNIQUE_FAST);
diff --git a/src/social/test_social.conf b/src/social/test_social.conf
index 58c731168..5fcfb8d3b 100644
--- a/src/social/test_social.conf
+++ b/src/social/test_social.conf
@@ -1,2 +1,2 @@
1[arm] 1[arm]
2DEFAULTSERVICES = multicast psycstore psyc social 2DEFAULTSERVICES = statistics core transport dht cadet multicast psycstore psyc social