summaryrefslogtreecommitdiff
path: root/include/linux/drbd_tag_magic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/drbd_tag_magic.h')
-rw-r--r--include/linux/drbd_tag_magic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/drbd_tag_magic.h b/include/linux/drbd_tag_magic.h
index fcdff8410e99..f14a165e82dc 100644
--- a/include/linux/drbd_tag_magic.h
+++ b/include/linux/drbd_tag_magic.h
@@ -7,6 +7,7 @@
/* declare packet_type enums */
enum packet_types {
#define NL_PACKET(name, number, fields) P_ ## name = number,
+#define NL_RESPONSE(name, number) P_ ## name = number,
#define NL_INTEGER(pn, pr, member)
#define NL_INT64(pn, pr, member)
#define NL_BIT(pn, pr, member)