gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r27451 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r27451 - gnunet/src/mesh
Date: Fri, 14 Jun 2013 18:01:35 +0200

Author: bartpolot
Date: 2013-06-14 18:01:35 +0200 (Fri, 14 Jun 2013)
New Revision: 27451

Modified:
   gnunet/src/mesh/test_mesh2_small.c
Log:
- use ports

Modified: gnunet/src/mesh/test_mesh2_small.c
===================================================================
--- gnunet/src/mesh/test_mesh2_small.c  2013-06-14 15:17:56 UTC (rev 27450)
+++ gnunet/src/mesh/test_mesh2_small.c  2013-06-14 16:01:35 UTC (rev 27451)
@@ -733,6 +733,7 @@
 main (int argc, char *argv[])
 {
   initialized = GNUNET_NO;
+  uint32_t ports[2];
 
   GNUNET_log_setup ("test", "DEBUG", NULL);
 
@@ -808,15 +809,17 @@
   }
 
   p_ids = 0;
+  ports[0] = 1;
+  ports[1] = 0;
   GNUNET_MESH_TEST_run ("test_mesh2_small",
                         "test_mesh2.conf",
                         5,
                         &tmain,
-                        NULL, /*tmain cls */
+                        NULL, /* tmain cls */
                         &incoming_tunnel,
                         &tunnel_cleaner,
                         handlers,
-                        NULL);
+                        ports);
 
   if (ok_goal > ok)
   {




reply via email to

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