]> granicus.if.org Git - strace/commit
tests: check decoding of tcmsg netlink attributes
authorJingPiao Chen <chenjingpiao@gmail.com>
Mon, 4 Sep 2017 07:11:33 +0000 (15:11 +0800)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 7 Sep 2017 11:35:04 +0000 (11:35 +0000)
commit87535077102e9b96fd012eafc071a6b0eb05f22a
tree447307da9acfe558ae33d0c73485c59620f77e81
parentd3cbd56ef3dd391a22e85da96b70ba0a042860fb
tests: check decoding of tcmsg netlink attributes

* tests/nlattr_tcmsg.c: Include <stddef.h> and <linux/pkt_sched.h>.
(main): Check decoding of TCA_STATS and TCA_RATE.
tests/nlattr_tcmsg.c