multicast: removed replay cancellation as responses are limited
[oweals/gnunet.git] / src / include / gnunet_gnsrecord_lib.h
index e9b1bb86879839a401ad2d43aed8ec6f4d21b1c1..d52054909f15836015a9be44f174c91f551b0a4e 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet
-     (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -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.
 */
 
 /**
@@ -85,6 +85,18 @@ extern "C"
  */
 #define GNUNET_GNSRECORD_TYPE_PHONE 65543
 
+/**
+ * Record type for identity attributes (of IDENTITY).
+ */
+#define GNUNET_GNSRECORD_TYPE_ID_ATTR 65544
+
+/**
+ * Record type for an identity token (of IDENTITY).
+ */
+#define GNUNET_GNSRECORD_TYPE_ID_TOKEN 65545
+
+
+
 
 /**
  * Flags that can be set for a record.