stuff
authorChristian Grothoff <christian@grothoff.org>
Wed, 21 Sep 2011 16:47:30 +0000 (16:47 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 21 Sep 2011 16:47:30 +0000 (16:47 +0000)
src/include/gnunet_dht_service.h

index 55038d99ae2dff25127357ae001e1a5f6e4e4bf1..a8d4d67ecd6ca22acef199f2fbf113049f96c449 100644 (file)
@@ -111,7 +111,12 @@ enum GNUNET_DHT_RouteOption
     /**
      * Possible message option for query key randomization.
      */
-  GNUNET_DHT_RO_BART = 4
+  GNUNET_DHT_RO_BART = 4,
+
+  /**
+   * This is a 'FIND-PEER' request, so approximate results are fine.
+   */
+  GNUNET_DHT_RO_FIND_PEER = 8
 };