]> granicus.if.org Git - strace/commit
netlink: add decoding of NETLINK_KOBJECT_UEVENT messages
authorJingPiao Chen <chenjingpiao@gmail.com>
Tue, 8 Aug 2017 14:39:21 +0000 (22:39 +0800)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 8 Aug 2017 16:36:59 +0000 (16:36 +0000)
commit6555267d928852d004fae06a42bb6bd13e3edfc2
treea16b8abd488a023c04998725356138c8c228f858
parent338f0592ae5cf6bf628ea2777dd19fefb9d89fed
netlink: add decoding of NETLINK_KOBJECT_UEVENT messages

* netlink.c (decode_netlink): Print NETLINK_KOBJECT_UEVENT messages
as a string using printstrn.
netlink.c