aboutsummaryrefslogtreecommitdiff
path: root/src/testbed
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-11-13 11:41:15 +0000
committerNils Gillmann <ng0@n0.is>2018-11-13 11:41:15 +0000
commite8a1a082555f98af40f98fd3a20ccd803ad478f8 (patch)
treeb0d10f41e063ad38f087f80e12703b22ee90378c /src/testbed
parentc9e6bedfb094fe75dda634938206fc408520717c (diff)
downloadgnunet-e8a1a082555f98af40f98fd3a20ccd803ad478f8.tar.gz
gnunet-e8a1a082555f98af40f98fd3a20ccd803ad478f8.zip
Partial application of diff send in beberking, Issue #5476
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'src/testbed')
-rw-r--r--src/testbed/testbed.h2
-rw-r--r--src/testbed/testbed_api_hosts.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/testbed/testbed.h b/src/testbed/testbed.h
index b6ce7fb09..5b01a8e7f 100644
--- a/src/testbed/testbed.h
+++ b/src/testbed/testbed.h
@@ -101,7 +101,7 @@ struct GNUNET_TESTBED_AddHostMessage
101 /* followed by non 0-terminated host name */ 101 /* followed by non 0-terminated host name */
102 102
103 /* followed by gzip compressed configuration to start or connect to a 103 /* followed by gzip compressed configuration to start or connect to a
104 controller on this host. While starting the controller this configration 104 controller on this host. While starting the controller this configuration
105 is used as a template */ 105 is used as a template */
106 106
107}; 107};
diff --git a/src/testbed/testbed_api_hosts.c b/src/testbed/testbed_api_hosts.c
index 2c25eabcf..84296b26a 100644
--- a/src/testbed/testbed_api_hosts.c
+++ b/src/testbed/testbed_api_hosts.c
@@ -1041,7 +1041,7 @@ helper_exp_cb (void *cls)
1041 1041
1042 1042
1043/** 1043/**
1044 * Starts a controller process at the given host. The given host's configration 1044 * Starts a controller process at the given host. The given host's configuration
1045 * is used as a Template configuration to use for the remote controller; the 1045 * is used as a Template configuration to use for the remote controller; the
1046 * remote controller will be started with a slightly modified configuration 1046 * remote controller will be started with a slightly modified configuration
1047 * (port numbers, unix domain sockets and service home values are changed as per 1047 * (port numbers, unix domain sockets and service home values are changed as per