summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2014-02-05 19:50:43 +0000
committerPatrick McHardy <kaber@trash.net>2014-02-05 19:53:47 +0000
commita144995d3920516f95e0d88ed3fd3e0240e87467 (patch)
tree9b3e0c2fea8a2aabd73137f23517df4d7873490d /include
parent782d57968590186e8f85b2310092d6008b00ac2c (diff)
netlink: add netlink specific location
Add a netlink_location and use it for error messages instead of internal_location. internal:0:0-0: Error: Could not add set: Operation not permitted => netlink: Error: Could not add set: Operation not permitted Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include')
-rw-r--r--include/netlink.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/netlink.h b/include/netlink.h
index 84b24877..4e3f8aa7 100644
--- a/include/netlink.h
+++ b/include/netlink.h
@@ -12,6 +12,9 @@
#include <rule.h>
+extern const struct input_descriptor indesc_netlink;
+extern const struct location netlink_location;
+
/**
* struct netlink_ctx
*