aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-29 13:38:52 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-29 13:38:52 +0000
commita7695d91fec473c153487aa84c425f9cbbaf2a54 (patch)
treeb7bb984c392ab9d46016074324abadc3d386aad7 /src/namestore
parent948c89a42d6998c81e15bfe680b3745e0fea05cc (diff)
downloadgnunet-a7695d91fec473c153487aa84c425f9cbbaf2a54.tar.gz
gnunet-a7695d91fec473c153487aa84c425f9cbbaf2a54.zip
-fix message types for namestore, eliminate conflict with LM
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/namestore.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/namestore/namestore.h b/src/namestore/namestore.h
index ca4dae8d8..49015f158 100644
--- a/src/namestore/namestore.h
+++ b/src/namestore/namestore.h
@@ -31,29 +31,6 @@
31 */ 31 */
32#define MAX_NAME_LEN 256 32#define MAX_NAME_LEN 256
33 33
34
35
36/*
37 * Collect message types here, move to protocols later
38 */
39#define GNUNET_MESSAGE_TYPE_NAMESTORE_START 430
40#define GNUNET_MESSAGE_TYPE_NAMESTORE_LOOKUP_NAME 431
41#define GNUNET_MESSAGE_TYPE_NAMESTORE_LOOKUP_NAME_RESPONSE 432
42#define GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_PUT 433
43#define GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_PUT_RESPONSE 434
44#define GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_CREATE 435
45#define GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_CREATE_RESPONSE 436
46#define GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_REMOVE 437
47#define GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_REMOVE_RESPONSE 438
48#define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_TO_NAME 439
49#define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_TO_NAME_RESPONSE 440
50
51#define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_START 445
52#define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_RESPONSE 446
53#define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_NEXT 447
54#define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_STOP 448
55
56
57/** 34/**
58 * Convert a short hash to a string (for printing debug messages). 35 * Convert a short hash to a string (for printing debug messages).
59 * This is one of the very few calls in the entire API that is 36 * This is one of the very few calls in the entire API that is