aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnu_name_system_record_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnu_name_system_record_types.h')
-rw-r--r--src/include/gnu_name_system_record_types.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/gnu_name_system_record_types.h b/src/include/gnu_name_system_record_types.h
index b2cf45dc8..22b2c472e 100644
--- a/src/include/gnu_name_system_record_types.h
+++ b/src/include/gnu_name_system_record_types.h
@@ -127,6 +127,16 @@ extern "C" {
127 */ 127 */
128#define GNUNET_GNSRECORD_TYPE_EDKEY 65556 128#define GNUNET_GNSRECORD_TYPE_EDKEY 65556
129 129
130/**
131 * Encoding for Robust Immutable Storage (ERIS) binary read capability
132 */
133#define GNUNET_GNSRECORD_TYPE_ERIS_READ_CAPABILITY 65557
134
135/**
136 * Record type to share an entry of a messenger room
137 */
138#define GNUNET_GNSRECORD_TYPE_MESSENGER_ROOM_ENTRY 65558
139
130 140
131#if 0 /* keep Emacsens' auto-indent happy */ 141#if 0 /* keep Emacsens' auto-indent happy */
132{ 142{