]> granicus.if.org Git - strace/blobdiff - nlattr.h
Remove linux/ptp_clock.h
[strace] / nlattr.h
index 9437883cb36ea022216afe9ce8240dbff8de1b5d..00cbfd52c2adee48633d311de5cb5b0bb9320817 100644 (file)
--- a/nlattr.h
+++ b/nlattr.h
@@ -56,8 +56,14 @@ 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(fd);
+DECL_NLA(ifindex);
 DECL_NLA(meminfo);
+DECL_NLA(rt_class);
+DECL_NLA(tc_stats);
 
 #endif /* !STRACE_NLATTR_H */