* xlat/netlink_flags.in: add missing flags.
---
 xlat/netlink_flags.in | 4 ++++
 1 file changed, 4 insertions(+)
From bfff209a4182754d19c1ce287af40cc36bc2f805 Mon Sep 17 00:00:00 2001
From: Elliott Hughes <e...@google.com>
Date: Wed, 27 Jul 2016 16:25:23 -0700
Subject: [PATCH] Add missing netlink NLM_F_* flags.

* xlat/netlink_flags.in: add missing flags.
---
 xlat/netlink_flags.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/xlat/netlink_flags.in b/xlat/netlink_flags.in
index d84f4dd..cc073d6 100644
--- a/xlat/netlink_flags.in
+++ b/xlat/netlink_flags.in
@@ -4,3 +4,7 @@ NLM_F_ACK              0x4
 NLM_F_ECHO             0x8
 NLM_F_DUMP_INTR                0x10
 NLM_F_DUMP_FILTERED    0x20
+NLM_F_ROOT             0x100
+NLM_F_MATCH            0x200
+NLM_F_ATOMIC           0x400
+NLM_F_APPEND           0x800
-- 
2.8.0.rc3.226.g39d4020

------------------------------------------------------------------------------
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to