summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2011-07-14 10:51:49 +0200
committerThomas Graf <tgraf@suug.ch>2011-07-14 10:51:49 +0200
commit21d52eabba00089e3319575616a429fb75309cb7 (patch)
tree90a89e99e2d631d2e6ad3ada665d9f16cd6d5361 /include/linux
parentdba0e91a09dcd928ebc4e8ce4db8cc6cd471d8f9 (diff)
downloadlibnl-21d52eabba00089e3319575616a429fb75309cb7.tar.gz
Support for NLM_F_INTR
Check if a dump was interrupted and needs to be redone
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/netlink.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netlink.h b/include/linux/netlink.h
index 0abcdafd..39252548 100644
--- a/include/linux/netlink.h
+++ b/include/linux/netlink.h
@@ -49,6 +49,7 @@ struct nlmsghdr {
#define NLM_F_MULTI 2 /* Multipart message, terminated by NLMSG_DONE */
#define NLM_F_ACK 4 /* Reply with ack, with zero or error code */
#define NLM_F_ECHO 8 /* Echo this request */
+#define NLM_F_DUMP_INTR 16 /* Dump was inconsistent due to sequence change */
/* Modifiers to GET request */
#define NLM_F_ROOT 0x100 /* specify tree root */