]> granicus.if.org Git - strace/blobdiff - nlattr.h
CREDITS.in: use UTF-8 consistently
[strace] / nlattr.h
index 8e5808680129d86b9027e8db597838f06cd9d98b..323f1d6b73672f0f3493318d51ae1202e427b460 100644 (file)
--- a/nlattr.h
+++ b/nlattr.h
@@ -45,7 +45,9 @@ decode_nlattr(struct tcb *,
 #define DECL_NLA(name)                                 \
 extern bool                                            \
 decode_nla_ ## name(struct tcb *, kernel_ulong_t addr, \
-                   unsigned int len, const void *)
+                   unsigned int len, const void *)     \
+/* End of DECL_NLA definition. */
+
 DECL_NLA(u8);
 DECL_NLA(u16);
 DECL_NLA(u32);
@@ -54,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 */