aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fs/fs_api.h8
-rw-r--r--src/sensor/gnunet-service-sensor_reporting.c4
-rw-r--r--src/transport/test_transport_address_switch_https_peer1.conf4
-rw-r--r--src/transport/test_transport_address_switch_https_peer2.conf4
4 files changed, 6 insertions, 14 deletions
diff --git a/src/fs/fs_api.h b/src/fs/fs_api.h
index 5fbdef6c2..cdecb9a55 100644
--- a/src/fs/fs_api.h
+++ b/src/fs/fs_api.h
@@ -1629,10 +1629,10 @@ struct GNUNET_FS_SearchContext
1629 /** 1629 /**
1630 * ID of a task that is using this struct and that must be cancelled 1630 * ID of a task that is using this struct and that must be cancelled
1631 * when the search is being stopped (if not 1631 * when the search is being stopped (if not
1632 * #NULL). Used for the task that adds some 1632 * NULL). Used for the task that adds some
1633 * artificial delay when trying to reconnect to the FS service. 1633 * artificial delay when trying to reconnect to the FS service.
1634 */ 1634 */
1635 struct GNUNET_SCHEDULER_Task * task; 1635 struct GNUNET_SCHEDULER_Task *task;
1636 1636
1637 /** 1637 /**
1638 * How many of the entries in the search request 1638 * How many of the entries in the search request
@@ -1961,12 +1961,12 @@ struct GNUNET_FS_DownloadContext
1961 /** 1961 /**
1962 * ID of a task that is using this struct and that must be cancelled 1962 * ID of a task that is using this struct and that must be cancelled
1963 * when the download is being stopped (if not 1963 * when the download is being stopped (if not
1964 * #NULL). Used for the task that adds some 1964 * NULL). Used for the task that adds some
1965 * artificial delay when trying to reconnect to the FS service or 1965 * artificial delay when trying to reconnect to the FS service or
1966 * the task processing incrementally the data on disk, or the 1966 * the task processing incrementally the data on disk, or the
1967 * task requesting blocks, etc. 1967 * task requesting blocks, etc.
1968 */ 1968 */
1969 struct GNUNET_SCHEDULER_Task * task; 1969 struct GNUNET_SCHEDULER_Task *task;
1970 1970
1971 /** 1971 /**
1972 * What is the first offset that we're interested 1972 * What is the first offset that we're interested
diff --git a/src/sensor/gnunet-service-sensor_reporting.c b/src/sensor/gnunet-service-sensor_reporting.c
index d08d67449..40992447f 100644
--- a/src/sensor/gnunet-service-sensor_reporting.c
+++ b/src/sensor/gnunet-service-sensor_reporting.c
@@ -162,9 +162,9 @@ struct ValueInfo
162 struct GNUNET_PEERSTORE_WatchContext *wc; 162 struct GNUNET_PEERSTORE_WatchContext *wc;
163 163
164 /** 164 /**
165 * Collection point reporting task (or #NULL) 165 * Collection point reporting task (or NULL)
166 */ 166 */
167 struct GNUNET_SCHEDULER_Task * reporting_task; 167 struct GNUNET_SCHEDULER_Task *reporting_task;
168 168
169}; 169};
170 170
diff --git a/src/transport/test_transport_address_switch_https_peer1.conf b/src/transport/test_transport_address_switch_https_peer1.conf
index 4fe0ea574..d34dc01f9 100644
--- a/src/transport/test_transport_address_switch_https_peer1.conf
+++ b/src/transport/test_transport_address_switch_https_peer1.conf
@@ -21,10 +21,6 @@ WLAN_QUOTA_OUT = 8 KiB
21BLUETOOTH_QUOTA_IN = 8 KiB 21BLUETOOTH_QUOTA_IN = 8 KiB
22BLUETOOTH_QUOTA_OUT = 8 KiB 22BLUETOOTH_QUOTA_OUT = 8 KiB
23 23
24[transport-tcp]
25PORT = 12000
26TIMEOUT = 5 s
27
28[arm] 24[arm]
29PORT = 12005 25PORT = 12005
30UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-arm.sock 26UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-arm.sock
diff --git a/src/transport/test_transport_address_switch_https_peer2.conf b/src/transport/test_transport_address_switch_https_peer2.conf
index 351e2af21..772ff1540 100644
--- a/src/transport/test_transport_address_switch_https_peer2.conf
+++ b/src/transport/test_transport_address_switch_https_peer2.conf
@@ -21,10 +21,6 @@ WLAN_QUOTA_OUT = 8 KiB
21BLUETOOTH_QUOTA_IN = 8 KiB 21BLUETOOTH_QUOTA_IN = 8 KiB
22BLUETOOTH_QUOTA_OUT = 8 KiB 22BLUETOOTH_QUOTA_OUT = 8 KiB
23 23
24[transport-tcp]
25PORT = 12015
26TIMEOUT = 5 s
27
28[arm] 24[arm]
29PORT = 12014 25PORT = 12014
30UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-arm.sock 26UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-arm.sock