diff options
author | Gabor X Toth <*@tg-x.net> | 2016-03-07 15:02:00 +0000 |
---|---|---|
committer | Gabor X Toth <*@tg-x.net> | 2016-03-07 15:02:00 +0000 |
commit | 95897f18b16b8900b43b9181da11eb559ff7096e (patch) | |
tree | 09e5ed5eefbd0149bfa61ef8863ff328bf897876 | |
parent | 08bfd1da5ba77ca461e9344f2c2a0ddfc8cd59a7 (diff) |
social test fix
-rw-r--r-- | src/social/test_social.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/social/test_social.c b/src/social/test_social.c index 78c58db142..1d2673a11f 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); |