aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-04 13:14:21 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-04 13:14:21 +0000
commitefe824206c806a535acb63d94acda5d406a3e359 (patch)
treee9669c9c232cdf9c315b85dce689efed1849c921 /src/fs
parent25b2a459ae5be496f8e4275777812c57f93ea29c (diff)
downloadgnunet-efe824206c806a535acb63d94acda5d406a3e359.tar.gz
gnunet-efe824206c806a535acb63d94acda5d406a3e359.zip
-file renaming stream->mesh
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/Makefile.am20
-rw-r--r--src/fs/gnunet-service-fs.c2
-rw-r--r--src/fs/gnunet-service-fs_mesh.c (renamed from src/fs/gnunet-service-fs_stream.c)4
-rw-r--r--src/fs/gnunet-service-fs_mesh.h (renamed from src/fs/gnunet-service-fs_stream.h)6
-rw-r--r--src/fs/gnunet-service-fs_pr.c2
-rw-r--r--src/fs/test_fs_download.c6
-rw-r--r--src/fs/test_fs_download_mesh.conf (renamed from src/fs/test_fs_download_stream.conf)0
-rw-r--r--src/fs/test_gnunet_service_fs_p2p.c2
-rw-r--r--src/fs/test_gnunet_service_fs_p2p_mesh.conf (renamed from src/fs/test_gnunet_service_fs_p2p_stream.conf)0
9 files changed, 21 insertions, 21 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index 842da5d47..f0fa73143 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -186,7 +186,7 @@ gnunet_service_fs_SOURCES = \
186 gnunet-service-fs_pr.c gnunet-service-fs_pr.h \ 186 gnunet-service-fs_pr.c gnunet-service-fs_pr.h \
187 gnunet-service-fs_push.c gnunet-service-fs_push.h \ 187 gnunet-service-fs_push.c gnunet-service-fs_push.h \
188 gnunet-service-fs_put.c gnunet-service-fs_put.h \ 188 gnunet-service-fs_put.c gnunet-service-fs_put.h \
189 gnunet-service-fs_stream.c gnunet-service-fs_stream.h 189 gnunet-service-fs_mesh.c gnunet-service-fs_mesh.h
190gnunet_service_fs_LDADD = \ 190gnunet_service_fs_LDADD = \
191 $(top_builddir)/src/fs/libgnunetfs.la \ 191 $(top_builddir)/src/fs/libgnunetfs.la \
192 $(top_builddir)/src/dht/libgnunetdht.la \ 192 $(top_builddir)/src/dht/libgnunetdht.la \
@@ -239,7 +239,7 @@ check_PROGRAMS = \
239 test_plugin_block_fs \ 239 test_plugin_block_fs \
240 test_fs_directory \ 240 test_fs_directory \
241 test_fs_download \ 241 test_fs_download \
242 test_fs_download_stream \ 242 test_fs_download_mesh \
243 test_fs_download_indexed \ 243 test_fs_download_indexed \
244 test_fs_download_persistence \ 244 test_fs_download_persistence \
245 test_fs_file_information \ 245 test_fs_file_information \
@@ -260,7 +260,7 @@ check_PROGRAMS = \
260 test_fs_uri \ 260 test_fs_uri \
261 test_gnunet_service_fs_migration \ 261 test_gnunet_service_fs_migration \
262 test_gnunet_service_fs_p2p \ 262 test_gnunet_service_fs_p2p \
263 test_gnunet_service_fs_p2p_stream \ 263 test_gnunet_service_fs_p2p_mesh \
264 $(FS_BENCHMARKS) 264 $(FS_BENCHMARKS)
265 265
266test_plugin_block_fs_SOURCES = \ 266test_plugin_block_fs_SOURCES = \
@@ -306,7 +306,7 @@ TESTS = \
306 test_fs_test_lib \ 306 test_fs_test_lib \
307 test_gnunet_service_fs_migration \ 307 test_gnunet_service_fs_migration \
308 test_gnunet_service_fs_p2p \ 308 test_gnunet_service_fs_p2p \
309 test_gnunet_service_fs_p2p_stream \ 309 test_gnunet_service_fs_p2p_mesh \
310 perf_gnunet_service_fs_p2p \ 310 perf_gnunet_service_fs_p2p \
311 perf_gnunet_service_fs_p2p_index \ 311 perf_gnunet_service_fs_p2p_index \
312 perf_gnunet_service_fs_p2p_respect \ 312 perf_gnunet_service_fs_p2p_respect \
@@ -343,9 +343,9 @@ test_fs_download_indexed_LDADD = \
343 $(top_builddir)/src/fs/libgnunetfs.la \ 343 $(top_builddir)/src/fs/libgnunetfs.la \
344 $(top_builddir)/src/util/libgnunetutil.la 344 $(top_builddir)/src/util/libgnunetutil.la
345 345
346test_fs_download_stream_SOURCES = \ 346test_fs_download_mesh_SOURCES = \
347 test_fs_download.c 347 test_fs_download.c
348test_fs_download_stream_LDADD = \ 348test_fs_download_mesh_LDADD = \
349 $(top_builddir)/src/testing/libgnunettesting.la \ 349 $(top_builddir)/src/testing/libgnunettesting.la \
350 $(top_builddir)/src/fs/libgnunetfs.la \ 350 $(top_builddir)/src/fs/libgnunetfs.la \
351 $(top_builddir)/src/util/libgnunetutil.la 351 $(top_builddir)/src/util/libgnunetutil.la
@@ -469,9 +469,9 @@ test_gnunet_service_fs_p2p_LDADD = \
469 $(top_builddir)/src/fs/libgnunetfs.la \ 469 $(top_builddir)/src/fs/libgnunetfs.la \
470 $(top_builddir)/src/util/libgnunetutil.la 470 $(top_builddir)/src/util/libgnunetutil.la
471 471
472test_gnunet_service_fs_p2p_stream_SOURCES = \ 472test_gnunet_service_fs_p2p_mesh_SOURCES = \
473 test_gnunet_service_fs_p2p.c 473 test_gnunet_service_fs_p2p.c
474test_gnunet_service_fs_p2p_stream_LDADD = \ 474test_gnunet_service_fs_p2p_mesh_LDADD = \
475 $(top_builddir)/src/fs/libgnunetfstest.a \ 475 $(top_builddir)/src/fs/libgnunetfstest.a \
476 $(top_builddir)/src/testbed/libgnunettestbed.la \ 476 $(top_builddir)/src/testbed/libgnunettestbed.la \
477 $(top_builddir)/src/fs/libgnunetfs.la \ 477 $(top_builddir)/src/fs/libgnunetfs.la \
@@ -547,7 +547,7 @@ EXTRA_DIST = \
547 test_fs_data.conf \ 547 test_fs_data.conf \
548 test_fs_download_data.conf \ 548 test_fs_download_data.conf \
549 test_fs_download_indexed.conf \ 549 test_fs_download_indexed.conf \
550 test_fs_download_stream.conf \ 550 test_fs_download_mesh.conf \
551 test_fs_file_information_data.conf \ 551 test_fs_file_information_data.conf \
552 fs_test_lib_data.conf \ 552 fs_test_lib_data.conf \
553 test_fs_list_indexed_data.conf \ 553 test_fs_list_indexed_data.conf \
@@ -557,7 +557,7 @@ EXTRA_DIST = \
557 test_fs_unindex_data.conf \ 557 test_fs_unindex_data.conf \
558 test_fs_uri_data.conf \ 558 test_fs_uri_data.conf \
559 test_gnunet_service_fs_migration_data.conf \ 559 test_gnunet_service_fs_migration_data.conf \
560 test_gnunet_service_fs_p2p_stream.conf \ 560 test_gnunet_service_fs_p2p_mesh.conf \
561 test_gnunet_fs_idx_data.conf \ 561 test_gnunet_fs_idx_data.conf \
562 test_gnunet_fs_ns_data.conf \ 562 test_gnunet_fs_ns_data.conf \
563 test_gnunet_fs_psd_data.conf \ 563 test_gnunet_fs_psd_data.conf \
diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c
index fd3a7073d..2041103a1 100644
--- a/src/fs/gnunet-service-fs.c
+++ b/src/fs/gnunet-service-fs.c
@@ -43,7 +43,7 @@
43#include "gnunet-service-fs_pr.h" 43#include "gnunet-service-fs_pr.h"
44#include "gnunet-service-fs_push.h" 44#include "gnunet-service-fs_push.h"
45#include "gnunet-service-fs_put.h" 45#include "gnunet-service-fs_put.h"
46#include "gnunet-service-fs_stream.h" 46#include "gnunet-service-fs_mesh.h"
47#include "fs.h" 47#include "fs.h"
48 48
49/** 49/**
diff --git a/src/fs/gnunet-service-fs_stream.c b/src/fs/gnunet-service-fs_mesh.c
index 31a202d50..80d53ab8c 100644
--- a/src/fs/gnunet-service-fs_stream.c
+++ b/src/fs/gnunet-service-fs_mesh.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file fs/gnunet-service-fs_stream.c 22 * @file fs/gnunet-service-fs_mesh.c
23 * @brief non-anonymous file-transfer 23 * @brief non-anonymous file-transfer
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 * 25 *
@@ -46,7 +46,7 @@
46#include "gnunet_applications.h" 46#include "gnunet_applications.h"
47#include "gnunet-service-fs.h" 47#include "gnunet-service-fs.h"
48#include "gnunet-service-fs_indexing.h" 48#include "gnunet-service-fs_indexing.h"
49#include "gnunet-service-fs_stream.h" 49#include "gnunet-service-fs_mesh.h"
50 50
51/** 51/**
52 * After how long do we termiante idle connections? 52 * After how long do we termiante idle connections?
diff --git a/src/fs/gnunet-service-fs_stream.h b/src/fs/gnunet-service-fs_mesh.h
index 982766763..90cb8e5d8 100644
--- a/src/fs/gnunet-service-fs_stream.h
+++ b/src/fs/gnunet-service-fs_mesh.h
@@ -19,12 +19,12 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file fs/gnunet-service-fs_stream.h 22 * @file fs/gnunet-service-fs_mesh.h
23 * @brief non-anonymous file-transfer 23 * @brief non-anonymous file-transfer
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
26#ifndef GNUNET_SERVICE_FS_STREAM_H 26#ifndef GNUNET_SERVICE_FS_MESH_H
27#define GNUNET_SERVICE_FS_STREAM_H 27#define GNUNET_SERVICE_FS_MESH_H
28 28
29/** 29/**
30 * Handle for a request that is going out via stream API. 30 * Handle for a request that is going out via stream API.
diff --git a/src/fs/gnunet-service-fs_pr.c b/src/fs/gnunet-service-fs_pr.c
index 2ab4771b5..8bcc96b05 100644
--- a/src/fs/gnunet-service-fs_pr.c
+++ b/src/fs/gnunet-service-fs_pr.c
@@ -30,7 +30,7 @@
30#include "gnunet-service-fs_indexing.h" 30#include "gnunet-service-fs_indexing.h"
31#include "gnunet-service-fs_pe.h" 31#include "gnunet-service-fs_pe.h"
32#include "gnunet-service-fs_pr.h" 32#include "gnunet-service-fs_pr.h"
33#include "gnunet-service-fs_stream.h" 33#include "gnunet-service-fs_mesh.h"
34 34
35 35
36/** 36/**
diff --git a/src/fs/test_fs_download.c b/src/fs/test_fs_download.c
index a62cf23a0..519923450 100644
--- a/src/fs/test_fs_download.c
+++ b/src/fs/test_fs_download.c
@@ -329,10 +329,10 @@ main (int argc, char *argv[])
329 binary_name = "test-fs-download-indexed"; 329 binary_name = "test-fs-download-indexed";
330 config_name = "test_fs_download_indexed.conf"; 330 config_name = "test_fs_download_indexed.conf";
331 } 331 }
332 if (NULL != strstr (argv[0], "stream")) 332 if (NULL != strstr (argv[0], "mesh"))
333 { 333 {
334 binary_name = "test-fs-download-stream"; 334 binary_name = "test-fs-download-mesh";
335 config_name = "test_fs_download_stream.conf"; 335 config_name = "test_fs_download_mesh.conf";
336 } 336 }
337 if (0 != GNUNET_TESTING_peer_run (binary_name, 337 if (0 != GNUNET_TESTING_peer_run (binary_name,
338 config_name, 338 config_name,
diff --git a/src/fs/test_fs_download_stream.conf b/src/fs/test_fs_download_mesh.conf
index 3ee0b4152..3ee0b4152 100644
--- a/src/fs/test_fs_download_stream.conf
+++ b/src/fs/test_fs_download_mesh.conf
diff --git a/src/fs/test_gnunet_service_fs_p2p.c b/src/fs/test_gnunet_service_fs_p2p.c
index 108b4e6c9..ddaff544f 100644
--- a/src/fs/test_gnunet_service_fs_p2p.c
+++ b/src/fs/test_gnunet_service_fs_p2p.c
@@ -144,7 +144,7 @@ main (int argc, char *argv[])
144 144
145 progname = argv[0]; 145 progname = argv[0];
146 if (NULL != strstr (progname, "stream")) 146 if (NULL != strstr (progname, "stream"))
147 config = "test_gnunet_service_fs_p2p_stream.conf"; 147 config = "test_gnunet_service_fs_p2p_mesh.conf";
148 else 148 else
149 config = "fs_test_lib_data.conf"; 149 config = "fs_test_lib_data.conf";
150 (void) GNUNET_TESTBED_test_run ("test-gnunet-service-fs-p2p", 150 (void) GNUNET_TESTBED_test_run ("test-gnunet-service-fs-p2p",
diff --git a/src/fs/test_gnunet_service_fs_p2p_stream.conf b/src/fs/test_gnunet_service_fs_p2p_mesh.conf
index 9d01208cb..9d01208cb 100644
--- a/src/fs/test_gnunet_service_fs_p2p_stream.conf
+++ b/src/fs/test_gnunet_service_fs_p2p_mesh.conf