]> granicus.if.org Git - strace/blobdiff - nlattr.h
CREDITS.in: use UTF-8 consistently
[strace] / nlattr.h
index 9437883cb36ea022216afe9ce8240dbff8de1b5d..323f1d6b73672f0f3493318d51ae1202e427b460 100644 (file)
--- a/nlattr.h
+++ b/nlattr.h
@@ -56,8 +56,13 @@ DECL_NLA(s8);
 DECL_NLA(s16);
 DECL_NLA(s32);
 DECL_NLA(s64);
+DECL_NLA(be16);
+DECL_NLA(be64);
 DECL_NLA(str);
 DECL_NLA(strn);
+DECL_NLA(ifindex);
 DECL_NLA(meminfo);
+DECL_NLA(rt_class);
+DECL_NLA(tc_stats);
 
 #endif /* !STRACE_NLATTR_H */