gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r29678 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r29678 - gnunet/src/include
Date: Sun, 29 Sep 2013 16:45:56 +0200

Author: grothoff
Date: 2013-09-29 16:45:56 +0200 (Sun, 29 Sep 2013)
New Revision: 29678

Modified:
   gnunet/src/include/gnunet_namestore_service.h
   gnunet/src/include/gnunet_protocols.h
Log:
-commenting, removing dead message types

Modified: gnunet/src/include/gnunet_namestore_service.h
===================================================================
--- gnunet/src/include/gnunet_namestore_service.h       2013-09-29 14:30:09 UTC 
(rev 29677)
+++ gnunet/src/include/gnunet_namestore_service.h       2013-09-29 14:45:56 UTC 
(rev 29678)
@@ -313,6 +313,7 @@
  *
  * @param h handle to the namestore
  * @param derived_hash hash of zone key combined with name to lookup
+ *        then at the end once with NULL
  * @param proc function to call on the matching block, or with
  *        NULL if there is no matching block
  * @param proc_cls closure for @a proc

Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h       2013-09-29 14:30:09 UTC (rev 
29677)
+++ gnunet/src/include/gnunet_protocols.h       2013-09-29 14:45:56 UTC (rev 
29678)
@@ -1605,22 +1605,20 @@
 
 
 /******************************************************************************
- * GNS. FIXME: document!
+ * GNS.
  *****************************************************************************/
 
+/**
+ * Client would like to resolve a name.
+ */
 #define GNUNET_MESSAGE_TYPE_GNS_LOOKUP 500
 
+/**
+ * Service response to name resolution request from client.
+ */
 #define GNUNET_MESSAGE_TYPE_GNS_LOOKUP_RESULT 501
 
-#define GNUNET_MESSAGE_TYPE_GNS_SHORTEN 502
 
-#define GNUNET_MESSAGE_TYPE_GNS_SHORTEN_RESULT 503
-
-#define GNUNET_MESSAGE_TYPE_GNS_GET_AUTH 504
-
-#define GNUNET_MESSAGE_TYPE_GNS_GET_AUTH_RESULT 505
-
-
 
/*******************************************************************************
  * CONSENSUS message types
  
******************************************************************************/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]