gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6633 - GNUnet/src/applications/testing


From: gnunet
Subject: [GNUnet-SVN] r6633 - GNUnet/src/applications/testing
Date: Wed, 26 Mar 2008 19:58:43 -0600 (MDT)

Author: nevans
Date: 2008-03-26 19:58:43 -0600 (Wed, 26 Mar 2008)
New Revision: 6633

Modified:
   GNUnet/src/applications/testing/remote.h
Log:


Modified: GNUnet/src/applications/testing/remote.h
===================================================================
--- GNUnet/src/applications/testing/remote.h    2008-03-27 01:56:59 UTC (rev 
6632)
+++ GNUnet/src/applications/testing/remote.h    2008-03-27 01:58:43 UTC (rev 
6633)
@@ -34,33 +34,8 @@
 #include "gnunet_remote_lib.h"
 
 
-/**
- * Establish a connection between two GNUnet daemons
- *
- * @param port1 client port of the first daemon
- * @param port2 client port of the second daemon
- * @param ip1 client ip or hostname for the first daemon
- * @param ip2 client ip or hostname for the second daemon
- * @return GNUNET_OK on success, GNUNET_SYSERR on failure
- */
-int
-GNUNET_REMOTE_connect_daemons (char *ip1, unsigned short port1, char *ip2,
-                               unsigned short port2);
 
-int
-GNUNET_REMOTE_get_daemons_information (char *hostname1, unsigned short port1,
-                                       char *hostname2, unsigned short port2,
-                                       GNUNET_EncName ** host1entry,
-                                       GNUNET_EncName ** host2entry);
 
-/**
- * Create a topology (connect the running gnunetd's) that corresponds
- * to the type specified in t.
- */
-int
-GNUNET_REMOTE_create_topology (GNUNET_REMOTE_TOPOLOGIES t,
-                               int number_of_daemons);
-
 #endif /*REMOTE_H_ */
 
 /* end of remote.h */





reply via email to

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