log: add \n
[oweals/gnunet.git] / src / set / gnunet-service-set.h
index de9dfbdeda085c492b68b813a2cfc70382b1796c..9e1ffd01ad9a4d6434004ce92389dbb67038daf8 100644 (file)
@@ -336,6 +336,9 @@ struct ElementEntry
 };
 
 
+struct Listener;
+
+
 /**
  * Operation context used to execute a set operation.
  */
@@ -353,6 +356,11 @@ struct Operation
    */
   struct GNUNET_CADET_Channel *channel;
 
+  /**
+   * Port this operation runs on.
+   */
+  struct Listener *listener;
+
   /**
    * Message queue for the channel.
    */