gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r8102 - GNUnet/src/applications/testing
Date: Mon, 12 Jan 2009 17:38:27 -0700 (MST)

Author: nevans
Date: 2009-01-12 17:38:26 -0700 (Mon, 12 Jan 2009)
New Revision: 8102

Modified:
   GNUnet/src/applications/testing/remote.c
   GNUnet/src/applications/testing/remotetopologies.c
   GNUnet/src/applications/testing/testing.c
Log:


Modified: GNUnet/src/applications/testing/remote.c
===================================================================
--- GNUnet/src/applications/testing/remote.c    2009-01-12 20:07:36 UTC (rev 
8101)
+++ GNUnet/src/applications/testing/remote.c    2009-01-13 00:38:26 UTC (rev 
8102)
@@ -77,7 +77,7 @@
   snprintf (cmd, length + 1, "ssh address@hidden %sgnunetd -c %s%s", username,
             hostname, gnunetd_home, remote_config_path, configFileName);
 
-  fprintf (stderr, "ssh command is : %s \n", cmd);
+  fprintf (stderr, _("ssh command is : %s \n"), cmd);
 
   system (cmd);
 
@@ -408,7 +408,8 @@
                   GNUNET_REMOTE_start_daemon (remote_gnunetd_path, "/tmp/",
                                               temp, remote_config_path,
                                               curr_host, ssh_username,
-                                              
temp_pos->remote_friend_file_path);
+                                              temp_pos->
+                                              remote_friend_file_path);
 
                   GNUNET_GC_get_configuration_value_number (basecfg,
                                                             "NETWORK",

Modified: GNUnet/src/applications/testing/remotetopologies.c
===================================================================
--- GNUnet/src/applications/testing/remotetopologies.c  2009-01-12 20:07:36 UTC 
(rev 8101)
+++ GNUnet/src/applications/testing/remotetopologies.c  2009-01-13 00:38:26 UTC 
(rev 8102)
@@ -43,6 +43,8 @@
   return GNUNET_OK;
 }
 
+/*int GNUNET_REMOTE_connect_erdos_renyi*/
+
 int
 GNUNET_REMOTE_connect_clique (struct GNUNET_REMOTE_host_list *main_list)
 {
@@ -380,13 +382,15 @@
             {
               fprintf (stderr, ".");
               if (GNUNET_YES == GNUNET_IDENTITY_request_connect (sock1,
-                                                                 
&h2->senderIdentity))
+                                                                 &h2->
+                                                                 
senderIdentity))
                 {
                   ret = GNUNET_OK;
                   break;
                 }
               if (GNUNET_YES == GNUNET_IDENTITY_request_connect (sock2,
-                                                                 
&h1->senderIdentity))
+                                                                 &h1->
+                                                                 
senderIdentity))
                 {
                   ret = GNUNET_OK;
                   break;

Modified: GNUnet/src/applications/testing/testing.c
===================================================================
--- GNUnet/src/applications/testing/testing.c   2009-01-12 20:07:36 UTC (rev 
8101)
+++ GNUnet/src/applications/testing/testing.c   2009-01-13 00:38:26 UTC (rev 
8102)
@@ -283,7 +283,8 @@
               fprintf (stderr, ".");
 #endif
               if (GNUNET_YES == GNUNET_IDENTITY_request_connect (sock1,
-                                                                 
&h2->senderIdentity))
+                                                                 &h2->
+                                                                 
senderIdentity))
                 {
                   ret = GNUNET_OK;
                   GNUNET_free_non_null (h1);
@@ -291,7 +292,8 @@
                   break;
                 }
               if (GNUNET_YES == GNUNET_IDENTITY_request_connect (sock2,
-                                                                 
&h1->senderIdentity))
+                                                                 &h1->
+                                                                 
senderIdentity))
                 {
                   ret = GNUNET_OK;
                   GNUNET_free_non_null (h1);





reply via email to

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