On Wednesday 27 April 2005 19:17, Timothy R. Chavez wrote:
+struct audit_transport {
+ __u32 dev_major;
+ __u32 dev_minor;
+ __u32 perms;
+ __u32 valid;
+ __u32 pathlen;
+ __u32 fklen;
+ char buf[0];
+};
Can we change the name of this structure? watch_transport?
-Steve