X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fcn_proc.h;h=1c86d65bc4b9aaf8aa9955bb283fd0670a05bf39;hb=bb7de070d2cf11f92341c40cd1810e8eebfbcbf8;hp=dbb7769009be05a49af5f73ff7ec59afd09cbd24;hpb=3fa2164d03fb7af17fcfe4f8800dd754fbd99ff7;p=linux-2.6 diff --git a/include/linux/cn_proc.h b/include/linux/cn_proc.h index dbb7769009..1c86d65bc4 100644 --- a/include/linux/cn_proc.h +++ b/include/linux/cn_proc.h @@ -57,7 +57,8 @@ struct proc_event { PROC_EVENT_EXIT = 0x80000000 } what; __u32 cpu; - struct timespec timestamp; + __u64 __attribute__((aligned(8))) timestamp_ns; + /* Number of nano seconds since system boot */ union { /* must be last field of proc_event struct */ struct { __u32 err;