gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r6117 - GNUnet/src/include
Date: Wed, 23 Jan 2008 15:26:22 -0700 (MST)

Author: nevans
Date: 2008-01-23 15:26:22 -0700 (Wed, 23 Jan 2008)
New Revision: 6117

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-23 22:25:58 UTC (rev 
6116)
+++ GNUnet/src/include/gnunet_testing_lib.h     2008-01-23 22:26:22 UTC (rev 
6117)
@@ -126,7 +126,28 @@
  */
 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_check_config(struct GNUNET_GC_Configuration **newcfg);
+
+/**
+ * Starts a single gnunet daemon on a remote machine
+ *
+ * @param gnunetd_home directory where gnunetd is on remote machine
+ * @param localConfigPath local configuration path for config file
+ * @param remote_config_path remote path to copy local config to
+ * @param configFileName  file to copy and use on remote machine
+ * @param ip_address ip address of remote machine
+ * @param username username to use for ssh (assumed to be used with ssh-agent)
+ */
+int
+GNUNET_TESTING_start_single_remote_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);
+
+
 #if 0                           /* keep Emacsens' auto-indent happy */
 {
 #endif





reply via email to

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