aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-23 08:36:58 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-23 08:36:58 +0000
commit1f950584f2f25748e3aaeb171c87a8b8c996d9b1 (patch)
treef870441df3bbb18fe3143cb63e0ed277c875ac14 /src/fs
parentc00ade9abf751ea2157f1f78dd834257fe19ed6c (diff)
downloadgnunet-1f950584f2f25748e3aaeb171c87a8b8c996d9b1.tar.gz
gnunet-1f950584f2f25748e3aaeb171c87a8b8c996d9b1.zip
-renaming for consistency
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/Makefile.am2
-rw-r--r--src/fs/perf_gnunet_service_fs_p2p_respect.c (renamed from src/fs/perf_gnunet_service_fs_p2p_trust.c)10
2 files changed, 6 insertions, 6 deletions
diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index dc8698696..e07e727cb 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -201,7 +201,7 @@ if HAVE_BENCHMARKS
201 perf_gnunet_service_fs_p2p \ 201 perf_gnunet_service_fs_p2p \
202 perf_gnunet_service_fs_p2p_dht \ 202 perf_gnunet_service_fs_p2p_dht \
203 perf_gnunet_service_fs_p2p_index \ 203 perf_gnunet_service_fs_p2p_index \
204 perf_gnunet_service_fs_p2p_trust 204 perf_gnunet_service_fs_p2p_respect
205endif 205endif
206 206
207check_PROGRAMS = \ 207check_PROGRAMS = \
diff --git a/src/fs/perf_gnunet_service_fs_p2p_trust.c b/src/fs/perf_gnunet_service_fs_p2p_respect.c
index c412e8482..375251442 100644
--- a/src/fs/perf_gnunet_service_fs_p2p_trust.c
+++ b/src/fs/perf_gnunet_service_fs_p2p_respect.c
@@ -19,8 +19,8 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file fs/perf_gnunet_service_fs_p2p_trust.c 22 * @file fs/perf_gnunet_service_fs_p2p_respect.c
23 * @brief profile P2P routing trust mechanism. Creates 23 * @brief profile P2P routing respect mechanism. Creates
24 * a clique of NUM_DAEMONS (i.e. 3) where two 24 * a clique of NUM_DAEMONS (i.e. 3) where two
25 * peers share (seed) different files and download 25 * peers share (seed) different files and download
26 * them from each other while all the other peers 26 * them from each other while all the other peers
@@ -401,7 +401,7 @@ main (int argc, char *argv[])
401 }; 401 };
402 progname = argv[0]; 402 progname = argv[0];
403 GNUNET_DISK_directory_remove ("/tmp/gnunet-test-fs-lib/"); 403 GNUNET_DISK_directory_remove ("/tmp/gnunet-test-fs-lib/");
404 GNUNET_log_setup ("perf_gnunet_service_fs_p2p_trust", 404 GNUNET_log_setup ("perf_gnunet_service_fs_p2p_respect",
405#if VERBOSE 405#if VERBOSE
406 "DEBUG", 406 "DEBUG",
407#else 407#else
@@ -409,10 +409,10 @@ main (int argc, char *argv[])
409#endif 409#endif
410 NULL); 410 NULL);
411 GNUNET_PROGRAM_run ((sizeof (argvx) / sizeof (char *)) - 1, argvx, 411 GNUNET_PROGRAM_run ((sizeof (argvx) / sizeof (char *)) - 1, argvx,
412 "perf-gnunet-service-fs-p2p-trust", "nohelp", options, 412 "perf-gnunet-service-fs-p2p-respect", "nohelp", options,
413 &run, NULL); 413 &run, NULL);
414 GNUNET_DISK_directory_remove ("/tmp/gnunet-test-fs-lib/"); 414 GNUNET_DISK_directory_remove ("/tmp/gnunet-test-fs-lib/");
415 return ok; 415 return ok;
416} 416}
417 417
418/* end of perf_gnunet_service_fs_p2p_trust.c */ 418/* end of perf_gnunet_service_fs_p2p_respect.c */