hxing
[oweals/gnunet.git] / src / core / gnunet-service-core.h
index 9068e7c3d948980c8882cb448f3e146cd4acc83a..2d5156efec14a24916a7635f54997ef4675f794f 100644 (file)
@@ -49,13 +49,13 @@ struct GSC_ClientActiveRequest
    * Active requests are kept in a doubly-linked list of
    * the respective target peer.
    */
-  struct ClientActiveRequest *next;
+  struct GSC_ClientActiveRequest *next;
 
   /**
    * Active requests are kept in a doubly-linked list of
    * the respective target peer.
    */
-  struct ClientActiveRequest *prev;
+  struct GSC_ClientActiveRequest *prev;
 
   /**
    * Which peer is the message going to be for?
@@ -77,6 +77,11 @@ struct GSC_ClientActiveRequest
    */
   uint32_t priority;
 
+  /**
+   * Has this request been solicited yet?
+   */
+  int was_solicited;
+
   /**
    * How many bytes does the client intend to send?
    */