On Sat, 2005-04-30 at 11:43 -0400, Steve Grubb wrote:
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?
Sure.
-tim