-tlsa rr added to namestore
[oweals/gnunet.git] / src / include / gnunet_signatures.h
index 9b6a3d6b6a7f3f2ad811547a13259612d4790cef..ee105c62a92e1c2acce029160430df0e4a763ab6 100644 (file)
@@ -48,11 +48,9 @@ extern "C"
 #define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_PONG_OWN 1
 
 /**
- * Signature for confirming that this peer connected to another peer
- * using a particular address.
+ * Signature for confirming that this peer intends to disconnect.
  */
-#define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_PONG_USING 2
-
+#define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_DISCONNECT 2
 
 /**
  * Purpose is to set a session key.
@@ -117,6 +115,12 @@ extern "C"
  */
 #define GNUNET_SIGNATURE_PURPOSE_NSE_SEND 14
 
+
+/**
+ * Signature of a gnunet naming system record block
+ */
+#define GNUNET_SIGNATURE_PURPOSE_GNS_RECORD_SIGN 15
+
 #if 0                           /* keep Emacsens' auto-indent happy */
 {
 #endif