aboutsummaryrefslogtreecommitdiff
path: root/src/regex
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-02-20 15:15:35 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-02-20 15:15:35 +0000
commita807aa20caec761b314a5eddcffbdd36650bd7d9 (patch)
treee68bc0be91a5db17740d71fa74ea132c7f3d13bc /src/regex
parentadf18305521dc87c4ca1aee82e910ff8e22199cc (diff)
downloadgnunet-a807aa20caec761b314a5eddcffbdd36650bd7d9.tar.gz
gnunet-a807aa20caec761b314a5eddcffbdd36650bd7d9.zip
Assosiate a configuration template while creating hosts. This paves a way to
manage the configurations of controllers running on a host automatically. modified ADD_HOST message structure to have host configuration. This feature is yet to be implemented. The idea is that GNUNET_TESTBED_link_controllers() should take no configuration when hosts automatically update configuration when a new configuration is generated from a template.
Diffstat (limited to 'src/regex')
-rw-r--r--src/regex/gnunet-regex-profiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/gnunet-regex-profiler.c b/src/regex/gnunet-regex-profiler.c
index 25d4874bc..8d460ef74 100644
--- a/src/regex/gnunet-regex-profiler.c
+++ b/src/regex/gnunet-regex-profiler.c
@@ -1987,7 +1987,7 @@ run (void *cls, char *const *args, const char *cfgfile,
1987 fprintf (stderr, _("No policy directory specified on command line. Exiting.\n")); 1987 fprintf (stderr, _("No policy directory specified on command line. Exiting.\n"));
1988 return; 1988 return;
1989 } 1989 }
1990 num_hosts = GNUNET_TESTBED_hosts_load_from_file (args[0], &hosts); 1990 num_hosts = GNUNET_TESTBED_hosts_load_from_file (args[0], config, &hosts);
1991 if (0 == num_hosts) 1991 if (0 == num_hosts)
1992 { 1992 {
1993 fprintf (stderr, _("No hosts loaded. Need at least one host\n")); 1993 fprintf (stderr, _("No hosts loaded. Need at least one host\n"));