summaryrefslogtreecommitdiff
path: root/include/netlink/handlers.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netlink/handlers.h')
-rw-r--r--include/netlink/handlers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/netlink/handlers.h b/include/netlink/handlers.h
index f373f58..dfa2809 100644
--- a/include/netlink/handlers.h
+++ b/include/netlink/handlers.h
@@ -108,6 +108,8 @@ enum nl_cb_type {
NL_CB_SEQ_CHECK,
/** Sending of an acknowledge message has been requested */
NL_CB_SEND_ACK,
+ /** Flag NLM_F_DUMP_INTR is set in message */
+ NL_CB_DUMP_INTR,
__NL_CB_TYPE_MAX,
};