gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r6121 - GNUnet/src/include


From: gnunet
Subject: [GNUnet-SVN] r6121 - GNUnet/src/include
Date: Wed, 23 Jan 2008 20:44:18 -0700 (MST)

Author: nevans
Date: 2008-01-23 20:44:18 -0700 (Wed, 23 Jan 2008)
New Revision: 6121

Modified:
   GNUnet/src/include/gnunet_testing_lib.h
Log:


Modified: GNUnet/src/include/gnunet_testing_lib.h
===================================================================
--- GNUnet/src/include/gnunet_testing_lib.h     2008-01-24 02:06:21 UTC (rev 
6120)
+++ GNUnet/src/include/gnunet_testing_lib.h     2008-01-24 03:44:18 UTC (rev 
6121)
@@ -126,9 +126,9 @@
  */
 int GNUNET_TESTING_stop_daemons (struct GNUNET_TESTING_DaemonContext *peers);
 
-int GNUNET_TESTING_read_config(const char *config_file,struct 
GNUNET_GC_Configuration **newcfg);
+int GNUNET_TESTING_remote_read_config(const char *config_file,struct 
GNUNET_GC_Configuration **newcfg);
 
-int GNUNET_TESTING_check_config(struct GNUNET_GC_Configuration **newcfg);
+int GNUNET_TESTING_remote_check_config(struct GNUNET_GC_Configuration 
**newcfg);
 
 /**
  * Starts a single gnunet daemon on a remote machine
@@ -141,11 +141,11 @@
  * @param username username to use for ssh (assumed to be used with ssh-agent)
  */
 int
-GNUNET_TESTING_start_single_remote_daemon (char *gnunetd_home,
+GNUNET_TESTING_remote_start_daemon (char *gnunetd_home,
                              char *localConfigPath,char *configFileName,char 
*remote_config_path,char *ip_address,
                              char *username);
                              
-int GNUNET_TESTING_parse_config_start_daemons(struct GNUNET_GC_Configuration 
**newcfg);
+int GNUNET_TESTING_remote_start_daemons(struct GNUNET_GC_Configuration 
**newcfg);
 
 
 #if 0                           /* keep Emacsens' auto-indent happy */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]