gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r25138 - gnunet/src/stream


From: gnunet
Subject: [GNUnet-SVN] r25138 - gnunet/src/stream
Date: Mon, 26 Nov 2012 14:16:44 +0100

Author: harsha
Date: 2012-11-26 14:16:44 +0100 (Mon, 26 Nov 2012)
New Revision: 25138

Modified:
   gnunet/src/stream/stream_api.c
Log:
- use GNUNET_TIME_UNIT_ZERO

Modified: gnunet/src/stream/stream_api.c
===================================================================
--- gnunet/src/stream/stream_api.c      2012-11-26 13:00:28 UTC (rev 25137)
+++ gnunet/src/stream/stream_api.c      2012-11-26 13:16:44 UTC (rev 25138)
@@ -636,7 +636,7 @@
   head = socket->queue_head;
   if (NULL != head)    /* more pending messages to send */
   {
-    socket->mesh_retry_timeout = GNUNET_TIME_relative_get_zero_ ();
+    socket->mesh_retry_timeout = GNUNET_TIME_UNIT_ZERO;
     socket->transmit_handle = 
         GNUNET_MESH_notify_transmit_ready (socket->tunnel,
                                            GNUNET_NO, /* Corking */
@@ -698,7 +698,7 @@
                                       queue_entity);
   if (NULL == socket->transmit_handle)
   {
-    socket->mesh_retry_timeout = GNUNET_TIME_relative_get_zero_ ();
+    socket->mesh_retry_timeout = GNUNET_TIME_UNIT_ZERO;
     socket->transmit_handle = 
        GNUNET_MESH_notify_transmit_ready (socket->tunnel,
                                           GNUNET_NO, /* Corking */




reply via email to

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