diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libnetlink.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libnetlink.h b/include/libnetlink.h index de7c85f3..d081e542 100644 --- a/include/libnetlink.h +++ b/include/libnetlink.h @@ -158,5 +158,9 @@ extern int rtnl_from_file(FILE *, rtnl_filter_t handler, #define NDTA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ndtmsg)) #endif +/* User defined nlmsg_type which is used mostly for logging netlink + * messages from dump file */ +#define NLMSG_TSTAMP 15 + #endif /* __LIBNETLINK_H__ */ |