aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-30 18:58:25 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-30 18:58:25 +0000
commit221afde829c4bf9d20da68d42352697a6abf7f51 (patch)
tree56bb80350b8f56a2f2792b215fd9050c2c69efc2 /src/fs
parentdb6f2016ec9456dc08debcc00af16f5bb7c32a72 (diff)
downloadgnunet-221afde829c4bf9d20da68d42352697a6abf7f51.tar.gz
gnunet-221afde829c4bf9d20da68d42352697a6abf7f51.zip
bugfixes
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/test_fs_download.c1
-rw-r--r--src/fs/test_fs_list_indexed.c1
-rw-r--r--src/fs/test_fs_namespace.c1
-rw-r--r--src/fs/test_fs_publish.c1
-rw-r--r--src/fs/test_fs_start_stop.c1
-rw-r--r--src/fs/test_fs_unindex.c1
6 files changed, 0 insertions, 6 deletions
diff --git a/src/fs/test_fs_download.c b/src/fs/test_fs_download.c
index 9b85e1ca1..04cd3e5d8 100644
--- a/src/fs/test_fs_download.c
+++ b/src/fs/test_fs_download.c
@@ -51,7 +51,6 @@
51struct PeerContext 51struct PeerContext
52{ 52{
53 struct GNUNET_CONFIGURATION_Handle *cfg; 53 struct GNUNET_CONFIGURATION_Handle *cfg;
54 struct GNUNET_PeerIdentity id;
55#if START_ARM 54#if START_ARM
56 pid_t arm_pid; 55 pid_t arm_pid;
57#endif 56#endif
diff --git a/src/fs/test_fs_list_indexed.c b/src/fs/test_fs_list_indexed.c
index 469280445..868c9d71a 100644
--- a/src/fs/test_fs_list_indexed.c
+++ b/src/fs/test_fs_list_indexed.c
@@ -55,7 +55,6 @@
55struct PeerContext 55struct PeerContext
56{ 56{
57 struct GNUNET_CONFIGURATION_Handle *cfg; 57 struct GNUNET_CONFIGURATION_Handle *cfg;
58 struct GNUNET_PeerIdentity id;
59#if START_ARM 58#if START_ARM
60 pid_t arm_pid; 59 pid_t arm_pid;
61#endif 60#endif
diff --git a/src/fs/test_fs_namespace.c b/src/fs/test_fs_namespace.c
index 7a1a6f81e..90286067d 100644
--- a/src/fs/test_fs_namespace.c
+++ b/src/fs/test_fs_namespace.c
@@ -41,7 +41,6 @@ static struct GNUNET_FS_Handle *fs;
41struct PeerContext 41struct PeerContext
42{ 42{
43 struct GNUNET_CONFIGURATION_Handle *cfg; 43 struct GNUNET_CONFIGURATION_Handle *cfg;
44 struct GNUNET_PeerIdentity id;
45#if START_ARM 44#if START_ARM
46 pid_t arm_pid; 45 pid_t arm_pid;
47#endif 46#endif
diff --git a/src/fs/test_fs_publish.c b/src/fs/test_fs_publish.c
index 9473cddb5..1b79b941d 100644
--- a/src/fs/test_fs_publish.c
+++ b/src/fs/test_fs_publish.c
@@ -52,7 +52,6 @@
52struct PeerContext 52struct PeerContext
53{ 53{
54 struct GNUNET_CONFIGURATION_Handle *cfg; 54 struct GNUNET_CONFIGURATION_Handle *cfg;
55 struct GNUNET_PeerIdentity id;
56#if START_ARM 55#if START_ARM
57 pid_t arm_pid; 56 pid_t arm_pid;
58#endif 57#endif
diff --git a/src/fs/test_fs_start_stop.c b/src/fs/test_fs_start_stop.c
index e25de8e70..eac14b070 100644
--- a/src/fs/test_fs_start_stop.c
+++ b/src/fs/test_fs_start_stop.c
@@ -38,7 +38,6 @@ static struct PeerContext p1;
38struct PeerContext 38struct PeerContext
39{ 39{
40 struct GNUNET_CONFIGURATION_Handle *cfg; 40 struct GNUNET_CONFIGURATION_Handle *cfg;
41 struct GNUNET_PeerIdentity id;
42#if START_ARM 41#if START_ARM
43 pid_t arm_pid; 42 pid_t arm_pid;
44#endif 43#endif
diff --git a/src/fs/test_fs_unindex.c b/src/fs/test_fs_unindex.c
index c2fc8913b..eb10c1db9 100644
--- a/src/fs/test_fs_unindex.c
+++ b/src/fs/test_fs_unindex.c
@@ -51,7 +51,6 @@
51struct PeerContext 51struct PeerContext
52{ 52{
53 struct GNUNET_CONFIGURATION_Handle *cfg; 53 struct GNUNET_CONFIGURATION_Handle *cfg;
54 struct GNUNET_PeerIdentity id;
55#if START_ARM 54#if START_ARM
56 pid_t arm_pid; 55 pid_t arm_pid;
57#endif 56#endif