new operation queue for limiting overlay connects
[oweals/gnunet.git] / src / transport / gnunet-service-transport_validation.h
index 9b1063be3740d3d05f432c3f1387ada27300e8eb..dd5bcd6bfc5c28410695b1ed64f3e629950db385 100644 (file)
@@ -52,13 +52,16 @@ GST_validation_stop (void);
  * address more or less often.
  *
  * @param address the address
- * @param session session
+ * @param session the session
  * @param in_use GNUNET_YES if we are now using the address for a connection,
  *               GNUNET_NO if we are no longer using the address for a connection
+ * @param line line of caller just for DEBUGGING!
  */
 void
 GST_validation_set_address_use (const struct GNUNET_HELLO_Address *address,
-                                struct Session *session, int in_use);
+                                struct Session *session,
+                                int in_use,
+                                int line);
 
 
 /**