gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r34020 - gnunet/src/social
Date: Wed, 23 Jul 2014 18:19:46 +0200

Author: tg
Date: 2014-07-23 18:19:46 +0200 (Wed, 23 Jul 2014)
New Revision: 34020

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

This reverts commit cd2a54791e6286c3c437b525b26f6e9268956afc.

Modified: gnunet/src/social/gnunet-service-social.c
===================================================================
--- gnunet/src/social/gnunet-service-social.c   2014-07-23 16:19:40 UTC (rev 
34019)
+++ gnunet/src/social/gnunet-service-social.c   2014-07-23 16:19:46 UTC (rev 
34020)
@@ -233,8 +233,7 @@
 };
 
 
-// FIXME uncomment when used, otherwise gcc is unhappy
-/*static*/ inline void
+static inline void
 transmit_message (struct Place *pl);
 
 
@@ -417,16 +416,15 @@
      const struct GNUNET_CONFIGURATION_Handle *c)
 {
   static const struct GNUNET_SERVER_MessageHandler handlers[] = {
-// 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_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_psyc_message, NULL,
       GNUNET_MESSAGE_TYPE_PSYC_MESSAGE, 0 }
   };




reply via email to

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