gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r34005 - gnunet/src/social
Date: Mon, 21 Jul 2014 12:13:44 +0200

Author: bartpolot
Date: 2014-07-21 12:13:44 +0200 (Mon, 21 Jul 2014)
New Revision: 34005

Modified:
   gnunet/src/social/gnunet-service-social.c
Log:
- convince gcc to compile

Modified: gnunet/src/social/gnunet-service-social.c
===================================================================
--- gnunet/src/social/gnunet-service-social.c   2014-07-21 09:58:04 UTC (rev 
34004)
+++ gnunet/src/social/gnunet-service-social.c   2014-07-21 10:13:44 UTC (rev 
34005)
@@ -233,7 +233,8 @@
 };
 
 
-static inline void
+// FIXME uncomment when used, otherwise gcc is unhappy
+/*static*/ inline void
 transmit_message (struct Place *pl);
 
 
@@ -416,15 +417,16 @@
      const struct GNUNET_CONFIGURATION_Handle *c)
 {
   static const struct GNUNET_SERVER_MessageHandler handlers[] = {
-    { &client_home_enter, NULL,
-      GNUNET_MESSAGE_TYPE_SOCIAL_HOME_ENTER, 0 },
+// FIXME please commit gnunet_protocols.h and uncoment!
+//     { &client_home_enter, NULL,
+//       GNUNET_MESSAGE_TYPE_SOCIAL_HOME_ENTER, 0 },
+//
+//     { &client_place_enter, NULL,
+//       GNUNET_MESSAGE_TYPE_SOCIAL_PLACE_ENTER, 0 },
+//
+//     { &client_join_decision, NULL,
+//       GNUNET_MESSAGE_TYPE_SOCIAL_JOIN_DECISION, 0 },
 
-    { &client_place_enter, NULL,
-      GNUNET_MESSAGE_TYPE_SOCIAL_PLACE_ENTER, 0 },
-
-    { &client_join_decision, NULL,
-      GNUNET_MESSAGE_TYPE_SOCIAL_JOIN_DECISION, 0 },
-
     { &client_psyc_message, NULL,
       GNUNET_MESSAGE_TYPE_PSYC_MESSAGE, 0 }
   };




reply via email to

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