social test fix
authorGabor X Toth <*@tg-x.net>
Mon, 7 Mar 2016 15:02:00 +0000 (15:02 +0000)
committerGabor X Toth <*@tg-x.net>
Mon, 7 Mar 2016 15:02:00 +0000 (15:02 +0000)
src/social/test_social.c

index 78c58db1424c8fe8a97cdbefed57c0a6ed710f0b..1d2673a11fd1d7f85011509cf044a803e730f9e6 100644 (file)
@@ -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);