]> granicus.if.org Git - strace/blobdiff - nlattr.h
Remove linux/ptp_clock.h
[strace] / nlattr.h
index 636c7872eb07133f52097e219beaaae8c4afb03e..00cbfd52c2adee48633d311de5cb5b0bb9320817 100644 (file)
--- a/nlattr.h
+++ b/nlattr.h
@@ -56,9 +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 */