gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r34793 - in gnunet/src: fs sensor transport


From: gnunet
Subject: [GNUnet-SVN] r34793 - in gnunet/src: fs sensor transport
Date: Thu, 25 Dec 2014 02:06:20 +0100

Author: grothoff
Date: 2014-12-25 02:06:20 +0100 (Thu, 25 Dec 2014)
New Revision: 34793

Modified:
   gnunet/src/fs/fs_api.h
   gnunet/src/sensor/gnunet-service-sensor_reporting.c
   gnunet/src/transport/test_transport_address_switch_https_peer1.conf
   gnunet/src/transport/test_transport_address_switch_https_peer2.conf
Log:
-fix doxygen issues

Modified: gnunet/src/fs/fs_api.h
===================================================================
--- gnunet/src/fs/fs_api.h      2014-12-24 20:50:46 UTC (rev 34792)
+++ gnunet/src/fs/fs_api.h      2014-12-25 01:06:20 UTC (rev 34793)
@@ -1629,10 +1629,10 @@
   /**
    * ID of a task that is using this struct and that must be cancelled
    * when the search is being stopped (if not
-   * #NULL).  Used for the task that adds some
+   * NULL).  Used for the task that adds some
    * artificial delay when trying to reconnect to the FS service.
    */
-  struct GNUNET_SCHEDULER_Task * task;
+  struct GNUNET_SCHEDULER_Task *task;
 
   /**
    * How many of the entries in the search request
@@ -1961,12 +1961,12 @@
   /**
    * ID of a task that is using this struct and that must be cancelled
    * when the download is being stopped (if not
-   * #NULL).  Used for the task that adds some
+   * NULL).  Used for the task that adds some
    * artificial delay when trying to reconnect to the FS service or
    * the task processing incrementally the data on disk, or the
    * task requesting blocks, etc.
    */
-  struct GNUNET_SCHEDULER_Task * task;
+  struct GNUNET_SCHEDULER_Task *task;
 
   /**
    * What is the first offset that we're interested

Modified: gnunet/src/sensor/gnunet-service-sensor_reporting.c
===================================================================
--- gnunet/src/sensor/gnunet-service-sensor_reporting.c 2014-12-24 20:50:46 UTC 
(rev 34792)
+++ gnunet/src/sensor/gnunet-service-sensor_reporting.c 2014-12-25 01:06:20 UTC 
(rev 34793)
@@ -162,9 +162,9 @@
   struct GNUNET_PEERSTORE_WatchContext *wc;
 
   /**
-   * Collection point reporting task (or #NULL)
+   * Collection point reporting task (or NULL)
    */
-  struct GNUNET_SCHEDULER_Task * reporting_task;
+  struct GNUNET_SCHEDULER_Task *reporting_task;
 
 };
 

Modified: gnunet/src/transport/test_transport_address_switch_https_peer1.conf
===================================================================
--- gnunet/src/transport/test_transport_address_switch_https_peer1.conf 
2014-12-24 20:50:46 UTC (rev 34792)
+++ gnunet/src/transport/test_transport_address_switch_https_peer1.conf 
2014-12-25 01:06:20 UTC (rev 34793)
@@ -21,10 +21,6 @@
 BLUETOOTH_QUOTA_IN = 8 KiB
 BLUETOOTH_QUOTA_OUT = 8 KiB
 
-[transport-tcp]
-PORT = 12000
-TIMEOUT = 5 s
-
 [arm]
 PORT = 12005
 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-arm.sock

Modified: gnunet/src/transport/test_transport_address_switch_https_peer2.conf
===================================================================
--- gnunet/src/transport/test_transport_address_switch_https_peer2.conf 
2014-12-24 20:50:46 UTC (rev 34792)
+++ gnunet/src/transport/test_transport_address_switch_https_peer2.conf 
2014-12-25 01:06:20 UTC (rev 34793)
@@ -21,10 +21,6 @@
 BLUETOOTH_QUOTA_IN = 8 KiB
 BLUETOOTH_QUOTA_OUT = 8 KiB
 
-[transport-tcp]
-PORT = 12015
-TIMEOUT = 5 s
-
 [arm]
 PORT = 12014
 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-arm.sock




reply via email to

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