aboutsummaryrefslogtreecommitdiff
path: root/src/topology
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-05-07 12:06:50 +0000
committerBart Polot <bart@net.in.tum.de>2014-05-07 12:06:50 +0000
commitbe4c79e4cd4a8f118c5577874f0c95e253359595 (patch)
tree7fd74fb0cf6921c4e35a43f2593396bb4805f154 /src/topology
parent15ccd7a167bcce0dde4331092975a6401393610f (diff)
downloadgnunet-be4c79e4cd4a8f118c5577874f0c95e253359595.tar.gz
gnunet-be4c79e4cd4a8f118c5577874f0c95e253359595.zip
Rename mesh->cadet
Diffstat (limited to 'src/topology')
-rw-r--r--src/topology/gnunet-daemon-topology.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index ecead4886..ba78f25dd 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -20,7 +20,7 @@
20 20
21/** 21/**
22 * @file topology/gnunet-daemon-topology.c 22 * @file topology/gnunet-daemon-topology.c
23 * @brief code for maintaining the mesh topology 23 * @brief code for maintaining the cadet topology
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
26#include "platform.h" 26#include "platform.h"
@@ -1293,7 +1293,7 @@ main (int argc, char *const *argv)
1293 (GNUNET_OK == 1293 (GNUNET_OK ==
1294 GNUNET_PROGRAM_run (argc, argv, "gnunet-daemon-topology", 1294 GNUNET_PROGRAM_run (argc, argv, "gnunet-daemon-topology",
1295 _ 1295 _
1296 ("GNUnet topology control (maintaining P2P mesh and F2F constraints)"), 1296 ("GNUnet topology control (maintaining P2P cadet and F2F constraints)"),
1297 options, &run, NULL)) ? 0 : 1; 1297 options, &run, NULL)) ? 0 : 1;
1298 GNUNET_free ((void*) argv); 1298 GNUNET_free ((void*) argv);
1299 return ret; 1299 return ret;