From: Gabor X Toth <*@tg-x.net> Date: Mon, 7 Mar 2016 15:02:00 +0000 (+0000) Subject: social test fix X-Git-Tag: initial-import-from-subversion-38251~1020 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=95897f18b16b8900b43b9181da11eb559ff7096e;p=oweals%2Fgnunet.git social test fix --- diff --git a/src/social/test_social.c b/src/social/test_social.c index 78c58db14..1d2673a11 100644 --- a/src/social/test_social.c +++ b/src/social/test_social.c @@ -404,7 +404,7 @@ app_recv_host (void *cls, struct GNUNET_SOCIAL_HostConnection *hconn, struct GNUNET_SOCIAL_Ego *ego, const struct GNUNET_CRYPTO_EddsaPublicKey *host_pub_key, - enum GNUNET_SOCIAL_PlaceState place_state) + enum GNUNET_SOCIAL_AppPlaceState place_state) { struct GNUNET_HashCode host_pub_hash; GNUNET_CRYPTO_hash (host_pub_key, sizeof (*host_pub_key), &host_pub_hash); @@ -429,7 +429,7 @@ app_recv_guest (void *cls, struct GNUNET_SOCIAL_GuestConnection *gconn, struct GNUNET_SOCIAL_Ego *ego, const struct GNUNET_CRYPTO_EddsaPublicKey *guest_pub_key, - enum GNUNET_SOCIAL_PlaceState place_state) + enum GNUNET_SOCIAL_AppPlaceState place_state) { struct GNUNET_HashCode guest_pub_hash; GNUNET_CRYPTO_hash (guest_pub_key, sizeof (*guest_pub_key), &guest_pub_hash);