gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r36925 - gnunet/src/social


From: gnunet
Subject: [GNUnet-SVN] r36925 - gnunet/src/social
Date: Mon, 7 Mar 2016 16:02:00 +0100

Author: tg
Date: 2016-03-07 16:02:00 +0100 (Mon, 07 Mar 2016)
New Revision: 36925

Modified:
   gnunet/src/social/test_social.c
Log:
social test fix

Modified: gnunet/src/social/test_social.c
===================================================================
--- gnunet/src/social/test_social.c     2016-03-03 08:51:14 UTC (rev 36924)
+++ gnunet/src/social/test_social.c     2016-03-07 15:02:00 UTC (rev 36925)
@@ -404,7 +404,7 @@
                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 @@
                 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);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]