gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r21803 - gnunet/src/peerinfo


From: gnunet
Subject: [GNUnet-SVN] r21803 - gnunet/src/peerinfo
Date: Fri, 8 Jun 2012 15:04:58 +0200

Author: grothoff
Date: 2012-06-08 15:04:58 +0200 (Fri, 08 Jun 2012)
New Revision: 21803

Modified:
   gnunet/src/peerinfo/peerinfo_api.c
Log:
-fixfix

Modified: gnunet/src/peerinfo/peerinfo_api.c
===================================================================
--- gnunet/src/peerinfo/peerinfo_api.c  2012-06-08 13:02:55 UTC (rev 21802)
+++ gnunet/src/peerinfo/peerinfo_api.c  2012-06-08 13:04:58 UTC (rev 21803)
@@ -131,9 +131,11 @@
   int have_peer;
 
   /**
-   * Are we now receiving?
+   * Set to GNUNET_YES if we are currently receiving replies from the
+   * service.
    */
-  int in_receive;
+  int request_transmitted;
+
 };
 
 
@@ -183,10 +185,9 @@
   GNUNET_SCHEDULER_TaskIdentifier r_task;
 
   /**
-   * Set to GNUNET_YES if we are currently receiving replies from the
-   * service.
+   * Are we now receiving?
    */
-  int request_transmitted;
+  int in_receive;
 
 };
 
@@ -600,7 +601,6 @@
        "Received %u bytes of `%s' information about peer `%s' from `%s' 
service\n",
        (hello == NULL) ? 0 : (unsigned int) GNUNET_HELLO_size (hello), "HELLO",
        GNUNET_i2s (&im->peer), "PEERINFO");
-  ic->request_transmitted = GNUNET_YES;
   h->in_receive = GNUNET_YES;
   GNUNET_CLIENT_receive (h->client, &peerinfo_handler, h,
                          GNUNET_TIME_absolute_get_remaining (ic->timeout));




reply via email to

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