aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-03-06 13:44:15 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-03-06 13:44:15 +0000
commitc7c6d105dfed910ddb4fa3465137b425999a3928 (patch)
tree8677e1fbef55d2ebf3776667ef164825d55a089c /src/namestore/namestore.h
parent0a6ac36c18891cbff721def0f66dee9991c7c220 (diff)
downloadgnunet-c7c6d105dfed910ddb4fa3465137b425999a3928.tar.gz
gnunet-c7c6d105dfed910ddb4fa3465137b425999a3928.zip
- checkin nbo conversion
Diffstat (limited to 'src/namestore/namestore.h')
-rw-r--r--src/namestore/namestore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/namestore.h b/src/namestore/namestore.h
index ac59d9a11..e0550b499 100644
--- a/src/namestore/namestore.h
+++ b/src/namestore/namestore.h
@@ -29,6 +29,7 @@
29/* 29/*
30 * Collect message types here, move to protocols later 30 * Collect message types here, move to protocols later
31 */ 31 */
32#define GNUNET_MESSAGE_TYPE_NAMESTORE_START 430
32#define GNUNET_MESSAGE_TYPE_NAMESTORE_LOOKUP_NAME 431 33#define GNUNET_MESSAGE_TYPE_NAMESTORE_LOOKUP_NAME 431
33#define GNUNET_MESSAGE_TYPE_NAMESTORE_LOOKUP_NAME_RESPONSE 432 34#define GNUNET_MESSAGE_TYPE_NAMESTORE_LOOKUP_NAME_RESPONSE 432
34#define GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_PUT 433 35#define GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_PUT 433
@@ -44,7 +45,6 @@
44#define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_RESPONSE 446 45#define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_RESPONSE 446
45#define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_NEXT 447 46#define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_NEXT 447
46#define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_STOP 448 47#define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_STOP 448
47#define GNUNET_MESSAGE_TYPE_NAMESTORE_DISCONNECT 449
48 48
49/** 49/**
50 * Create a signature based on name and records 50 * Create a signature based on name and records