gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9080 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r9080 - gnunet/src/transport
Date: Fri, 2 Oct 2009 08:20:47 -0600

Author: grothoff
Date: 2009-10-02 08:20:47 -0600 (Fri, 02 Oct 2009)
New Revision: 9080

Modified:
   gnunet/src/transport/transport_api.c
Log:
rename

Modified: gnunet/src/transport/transport_api.c
===================================================================
--- gnunet/src/transport/transport_api.c        2009-10-02 14:17:07 UTC (rev 
9079)
+++ gnunet/src/transport/transport_api.c        2009-10-02 14:20:47 UTC (rev 
9080)
@@ -574,7 +574,7 @@
  * TransmitHandle.
  */
 static void
-transmit_timeout (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
+peer_transmit_timeout (void *cls, const struct GNUNET_SCHEDULER_TaskContext 
*tc)
 {
   struct GNUNET_TRANSPORT_TransmitHandle *th = cls;
 
@@ -627,7 +627,7 @@
                                    GNUNET_SCHEDULER_PRIORITY_KEEP,
                                    GNUNET_SCHEDULER_NO_TASK,
                                    timeout,
-                                   &transmit_timeout, th);    
+                                   &peer_transmit_timeout, th);    
   if (at_head)
     {
       th->next = h->connect_ready_head;
@@ -1021,7 +1021,7 @@
                                     GNUNET_SCHEDULER_NO_TASK,
                                    GNUNET_TIME_absolute_get_remaining
                                    (th->timeout),
-                                   &transmit_timeout, th);
+                                   &peer_transmit_timeout, th);
   insert_transmit_handle (&h->connect_wait_head, th);
   return sizeof (struct TryConnectMessage);
 }
@@ -1114,7 +1114,7 @@
        {
          /* signal error */
          GNUNET_assert (GNUNET_SCHEDULER_NO_TASK == th->notify_delay_task);
-         transmit_timeout (th, NULL);    
+         peer_transmit_timeout (th, NULL);       
        }
       else
        {
@@ -1336,7 +1336,7 @@
                                         GNUNET_SCHEDULER_PRIORITY_KEEP,
                                         GNUNET_SCHEDULER_NO_TASK,
                                         GNUNET_TIME_absolute_get_remaining
-                                        (th->timeout), &transmit_timeout, th);
+                                        (th->timeout), &peer_transmit_timeout, 
th);
       return;
     }
   n->transmit_ok = GNUNET_NO;
@@ -1601,7 +1601,7 @@
                                                GNUNET_SCHEDULER_PRIORITY_KEEP,
                                                GNUNET_SCHEDULER_NO_TASK,
                                                
GNUNET_TIME_absolute_get_remaining(th->timeout),
-                                               &transmit_timeout, 
+                                               &peer_transmit_timeout, 
                                                th);    
             }
           GNUNET_CLIENT_disconnect (h->client);
@@ -1944,7 +1944,7 @@
                                        GNUNET_NO,
                                        GNUNET_SCHEDULER_PRIORITY_KEEP,
                                        GNUNET_SCHEDULER_NO_TASK,
-                                       timeout, &transmit_timeout, th);
+                                       timeout, &peer_transmit_timeout, th);
       return th;
     }
   





reply via email to

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