gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37509 - in gnunet/src: testbed transport


From: gnunet
Subject: [GNUnet-SVN] r37509 - in gnunet/src: testbed transport
Date: Fri, 8 Jul 2016 20:24:24 +0200

Author: grothoff
Date: 2016-07-08 20:24:23 +0200 (Fri, 08 Jul 2016)
New Revision: 37509

Modified:
   gnunet/src/testbed/gnunet-service-testbed_connectionpool.c
   gnunet/src/transport/gnunet-transport.c
Log:
-indenting

Modified: gnunet/src/testbed/gnunet-service-testbed_connectionpool.c
===================================================================
--- gnunet/src/testbed/gnunet-service-testbed_connectionpool.c  2016-07-08 
18:20:41 UTC (rev 37508)
+++ gnunet/src/testbed/gnunet-service-testbed_connectionpool.c  2016-07-08 
18:24:23 UTC (rev 37509)
@@ -550,10 +550,15 @@
   struct PooledConnection *entry = cls;
 
   GNUNET_assert (NULL != entry);
-  LOG_DEBUG ("Opening a transport connection to peer %u\n", entry->index);
+  LOG_DEBUG ("Opening a transport connection to peer %u\n",
+             entry->index);
   entry->handle_transport =
-      GNUNET_TRANSPORT_connect (entry->cfg, NULL, entry, NULL,
-                                &transport_peer_connect_notify_cb, NULL);
+      GNUNET_TRANSPORT_connect (entry->cfg,
+                                NULL,
+                                entry,
+                                NULL,
+                                &transport_peer_connect_notify_cb,
+                                NULL);
   if (NULL == entry->handle_transport)
   {
     GNUNET_break (0);

Modified: gnunet/src/transport/gnunet-transport.c
===================================================================
--- gnunet/src/transport/gnunet-transport.c     2016-07-08 18:20:41 UTC (rev 
37508)
+++ gnunet/src/transport/gnunet-transport.c     2016-07-08 18:24:23 UTC (rev 
37509)
@@ -1668,7 +1668,10 @@
   else if (monitor_connects) /* -e : Monitor (dis)connect events continuously 
*/
   {
     monitor_connect_counter = 0;
-    handle = GNUNET_TRANSPORT_connect (cfg, NULL, NULL, NULL,
+    handle = GNUNET_TRANSPORT_connect (cfg,
+                                       NULL,
+                                       NULL,
+                                       NULL,
                                        &monitor_notify_connect,
                                        &monitor_notify_disconnect);
     if (NULL == handle)




reply via email to

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