aboutsummaryrefslogtreecommitdiff
path: root/src/social/test_social.c
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-01-27 20:45:38 +0000
committerGabor X Toth <*@tg-x.net>2016-01-27 20:45:38 +0000
commitbc88a11b2a64ee389f1eb29eb30487fc5f22a475 (patch)
tree6b1943d4d2c7fa4e75e66564f6c99136418b49da /src/social/test_social.c
parentd4ffe9082fa632d5696611dc5977852cc6397bce (diff)
downloadgnunet-bc88a11b2a64ee389f1eb29eb30487fc5f22a475.tar.gz
gnunet-bc88a11b2a64ee389f1eb29eb30487fc5f22a475.zip
social api: some missing bits
Diffstat (limited to 'src/social/test_social.c')
-rw-r--r--src/social/test_social.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/social/test_social.c b/src/social/test_social.c
index 2e9b270b6..2606e7fe8 100644
--- a/src/social/test_social.c
+++ b/src/social/test_social.c
@@ -382,7 +382,9 @@ host_reconnected (void *cls, int result,
382 382
383 383
384static void 384static void
385guest_reconnected (void *cls, int result, uint64_t max_message_id) 385guest_reconnected (void *cls, int result,
386 const struct GNUNET_CRYPTO_EddsaPublicKey *place_pub_key,
387 uint64_t max_message_id)
386{ 388{
387 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 389 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
388 "Test #%u: Guest reconnected to place: %d\n", 390 "Test #%u: Guest reconnected to place: %d\n",
@@ -1098,7 +1100,9 @@ host_answer_door (void *cls,
1098 1100
1099 1101
1100static void 1102static void
1101guest_recv_local_enter (void *cls, int result, uint64_t max_message_id) 1103guest_recv_local_enter (void *cls, int result,
1104 const struct GNUNET_CRYPTO_EddsaPublicKey *place_pub_key,
1105 uint64_t max_message_id)
1102{ 1106{
1103 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 1107 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
1104 "Test #%u: Guest entered to local place: %d\n", 1108 "Test #%u: Guest entered to local place: %d\n",