diff options
author | Thomas Graf <tgraf@suug.ch> | 2011-07-14 08:51:49 (GMT) |
---|---|---|
committer | Thomas Graf <tgraf@suug.ch> | 2011-07-14 08:51:49 (GMT) |
commit | 21d52eabba00089e3319575616a429fb75309cb7 (patch) | |
tree | 90a89e99e2d631d2e6ad3ada665d9f16cd6d5361 /lib/error.c | |
parent | dba0e91a09dcd928ebc4e8ce4db8cc6cd471d8f9 (diff) | |
download | libnl-21d52eabba00089e3319575616a429fb75309cb7.zip libnl-21d52eabba00089e3319575616a429fb75309cb7.tar.gz libnl-21d52eabba00089e3319575616a429fb75309cb7.tar.bz2 |
Support for NLM_F_INTR
Check if a dump was interrupted and needs to be redone
Diffstat (limited to 'lib/error.c')
-rw-r--r-- | lib/error.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/error.c b/lib/error.c index 8934020..e8ee474 100644 --- a/lib/error.c +++ b/lib/error.c @@ -46,6 +46,7 @@ static const char *errmsg[NLE_MAX+1] = { [NLE_PARSE_ERR] = "Unable to parse object", [NLE_NODEV] = "No such device", [NLE_IMMUTABLE] = "Immutable attribute", +[NLE_DUMP_INTR] = "Dump inconsistency detected, interrupted", }; /** |