convert fs publish to MQ
[oweals/gnunet.git] / src / core / gnunet-service-core.h
index a95dc561f58c91f512d5a9ccf748df8cbac277df..068a2f84f554c97e808976add7c20469df19a3ee 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     Copyright (C) 2009, 2010, 2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2009, 2010, 2011 GNUnet e.V.
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -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?
    */