gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37999 - in gnunet/src: psyc psycstore social


From: gnunet
Subject: [GNUnet-SVN] r37999 - in gnunet/src: psyc psycstore social
Date: Sat, 24 Sep 2016 03:19:18 +0200

Author: tg
Date: 2016-09-24 03:19:18 +0200 (Sat, 24 Sep 2016)
New Revision: 37999

Modified:
   gnunet/src/psyc/gnunet-service-psyc.c
   gnunet/src/psycstore/gnunet-service-psycstore.c
   gnunet/src/social/gnunet-service-social.c
Log:
psyc,psycstore,social: switch to SERVICE API

Modified: gnunet/src/psyc/gnunet-service-psyc.c
===================================================================
--- gnunet/src/psyc/gnunet-service-psyc.c       2016-09-24 01:14:32 UTC (rev 
37998)
+++ gnunet/src/psyc/gnunet-service-psyc.c       2016-09-24 01:19:18 UTC (rev 
37999)
@@ -46,7 +46,7 @@
 /**
  * Service handle.
  */
-struct GNUNET_SERVICE_Handle *service;
+static struct GNUNET_SERVICE_Handle *service;
 
 /**
  * Handle to the statistics service.

Modified: gnunet/src/psycstore/gnunet-service-psycstore.c
===================================================================
--- gnunet/src/psycstore/gnunet-service-psycstore.c     2016-09-24 01:14:32 UTC 
(rev 37998)
+++ gnunet/src/psycstore/gnunet-service-psycstore.c     2016-09-24 01:19:18 UTC 
(rev 37999)
@@ -46,7 +46,7 @@
 /**
  * Service handle.
  */
-struct GNUNET_SERVICE_Handle *service;
+static struct GNUNET_SERVICE_Handle *service;
 
 /**
  * Handle to the statistics service.

Modified: gnunet/src/social/gnunet-service-social.c
===================================================================
--- gnunet/src/social/gnunet-service-social.c   2016-09-24 01:14:32 UTC (rev 
37998)
+++ gnunet/src/social/gnunet-service-social.c   2016-09-24 01:19:18 UTC (rev 
37999)
@@ -49,7 +49,7 @@
 /**
  * Service handle.
  */
-struct GNUNET_SERVICE_Handle *service;
+static struct GNUNET_SERVICE_Handle *service;
 
 /* Handles to other services */
 static struct GNUNET_IDENTITY_Handle *id;




reply via email to

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