summaryrefslogtreecommitdiff
path: root/include/netlink/errno.h
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/netlink/errno.h
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/netlink/errno.h')
-rw-r--r--include/netlink/errno.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/netlink/errno.h b/include/netlink/errno.h
index 267a745..f8b5130 100644
--- a/include/netlink/errno.h
+++ b/include/netlink/errno.h
@@ -49,8 +49,9 @@ extern "C" {
#define NLE_PARSE_ERR 30
#define NLE_NODEV 31
#define NLE_IMMUTABLE 32
+#define NLE_DUMP_INTR 33
-#define NLE_MAX NLE_IMMUTABLE
+#define NLE_MAX NLE_DUMP_INTR
extern const char * nl_geterror(int);
extern void nl_perror(int, const char *);