include element type in hash
[oweals/gnunet.git] / src / core / gnunet-service-core.h
index 098329eda3dda6682eabe62e5c7834e50f8632a3..15e9959211f877b7863dce906967c571290fa6db 100644 (file)
@@ -14,8 +14,8 @@
 
      You should have received a copy of the GNU General Public License
      along with GNUnet; see the file COPYING.  If not, write to the
-     Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-     Boston, MA 02111-1307, USA.
+     Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+     Boston, MA 02110-1301, USA.
 */
 
 /**
@@ -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?
    */