gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r35293 - in gnunet/src: nat transport


From: gnunet
Subject: [GNUnet-SVN] r35293 - in gnunet/src: nat transport
Date: Sat, 21 Feb 2015 21:22:05 +0100

Author: grothoff
Date: 2015-02-21 21:22:05 +0100 (Sat, 21 Feb 2015)
New Revision: 35293

Modified:
   gnunet/src/nat/nat.c
   gnunet/src/transport/plugin_transport_tcp.c
Log:
-indenting...

Modified: gnunet/src/nat/nat.c
===================================================================
--- gnunet/src/nat/nat.c        2015-02-21 20:21:40 UTC (rev 35292)
+++ gnunet/src/nat/nat.c        2015-02-21 20:22:05 UTC (rev 35293)
@@ -1366,7 +1366,9 @@
        "NAT unregister called\n");
   while (NULL != (ml = h->mini_head))
   {
-    GNUNET_CONTAINER_DLL_remove (h->mini_head, h->mini_tail, ml);
+    GNUNET_CONTAINER_DLL_remove (h->mini_head,
+                                 h->mini_tail,
+                                 ml);
     if (NULL != ml->mini)
       GNUNET_NAT_mini_map_stop (ml->mini);
     GNUNET_free (ml);

Modified: gnunet/src/transport/plugin_transport_tcp.c
===================================================================
--- gnunet/src/transport/plugin_transport_tcp.c 2015-02-21 20:21:40 UTC (rev 
35292)
+++ gnunet/src/transport/plugin_transport_tcp.c 2015-02-21 20:22:05 UTC (rev 
35293)
@@ -1285,11 +1285,12 @@
   if (NULL == (pm = session->pending_messages_head))
     return;
 
-  session->transmit_handle = GNUNET_SERVER_notify_transmit_ready 
(session->client,
-                                                                  
pm->message_size,
-                                                                  
GNUNET_TIME_absolute_get_remaining (pm->timeout),
-                                                                  &do_transmit,
-                                                                  session);
+  session->transmit_handle
+    = GNUNET_SERVER_notify_transmit_ready (session->client,
+                                           pm->message_size,
+                                           GNUNET_TIME_absolute_get_remaining 
(pm->timeout),
+                                           &do_transmit,
+                                           session);
 }
 
 




reply via email to

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