gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r35078 - gnunet/src/transport
Date: Tue, 3 Feb 2015 14:23:01 +0100

Author: grothoff
Date: 2015-02-03 14:23:01 +0100 (Tue, 03 Feb 2015)
New Revision: 35078

Modified:
   gnunet/src/transport/gnunet-service-transport_neighbours.c
Log:
-document struct

Modified: gnunet/src/transport/gnunet-service-transport_neighbours.c
===================================================================
--- gnunet/src/transport/gnunet-service-transport_neighbours.c  2015-02-03 
13:20:17 UTC (rev 35077)
+++ gnunet/src/transport/gnunet-service-transport_neighbours.c  2015-02-03 
13:23:01 UTC (rev 35078)
@@ -2092,42 +2092,42 @@
 
 
 /**
- * FIXME
+ * Entry in a DLL we use to keep track of pending blacklist checks.
  */
 struct BlacklistCheckSwitchContext
 {
   /**
-   * FIXME
+   * DLL prev pointer.
    */
   struct BlacklistCheckSwitchContext *prev;
 
   /**
-   * FIXME
+   * DLL next pointer.
    */
   struct BlacklistCheckSwitchContext *next;
 
   /**
-   * FIXME
+   * Handle to the blacklist check we are performing.
    */
   struct GST_BlacklistCheck *blc;
 
   /**
-   * FIXME
+   * Address we are asking the blacklist subsystem about.
    */
   struct GNUNET_HELLO_Address *address;
 
   /**
-   * FIXME
+   * Session we should use in conjunction with @e address, can be NULL.
    */
   struct Session *session;
 
   /**
-   * FIXME
+   * Inbound bandwidth that was assigned to @e address.
    */
   struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in;
 
   /**
-   * FIXME
+   * Outbound bandwidth that was assigned to @e address.
    */
   struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out;
 };




reply via email to

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