include element type in hash
[oweals/gnunet.git] / src / core / gnunet-service-core.h
index a95dc561f58c91f512d5a9ccf748df8cbac277df..15e9959211f877b7863dce906967c571290fa6db 100644 (file)
@@ -66,6 +66,11 @@ struct GSC_ClientActiveRequest
    */
   struct GNUNET_PeerIdentity target;
 
+  /**
+   * At what time did we first see this request?
+   */
+  struct GNUNET_TIME_Absolute received_time;
+
   /**
    * By what time would the client want to see this message out?
    */