diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2012-03-06 13:44:15 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2012-03-06 13:44:15 +0000 |
commit | c7c6d105dfed910ddb4fa3465137b425999a3928 (patch) | |
tree | 8677e1fbef55d2ebf3776667ef164825d55a089c /src/namestore/namestore.h | |
parent | 0a6ac36c18891cbff721def0f66dee9991c7c220 (diff) |
- checkin nbo conversion
Diffstat (limited to 'src/namestore/namestore.h')
-rw-r--r-- | src/namestore/namestore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/namestore.h b/src/namestore/namestore.h index ac59d9a119..e0550b499d 100644 --- a/src/namestore/namestore.h +++ b/src/namestore/namestore.h @@ -29,6 +29,7 @@ /* * Collect message types here, move to protocols later */ +#define GNUNET_MESSAGE_TYPE_NAMESTORE_START 430 #define GNUNET_MESSAGE_TYPE_NAMESTORE_LOOKUP_NAME 431 #define GNUNET_MESSAGE_TYPE_NAMESTORE_LOOKUP_NAME_RESPONSE 432 #define GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_PUT 433 @@ -44,7 +45,6 @@ #define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_RESPONSE 446 #define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_NEXT 447 #define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_STOP 448 -#define GNUNET_MESSAGE_TYPE_NAMESTORE_DISCONNECT 449 /** * Create a signature based on name and records |