tsacct: add 64-bit btime field
[linux-2.6-microblaze.git] / include / uapi / linux / taskstats.h
index 7d3ea36..ccbd087 100644 (file)
@@ -34,7 +34,7 @@
  */
 
 
-#define TASKSTATS_VERSION      9
+#define TASKSTATS_VERSION      10
 #define TS_COMM_LEN            32      /* should be >= TASK_COMM_LEN
                                         * in linux/sched.h */
 
@@ -169,6 +169,9 @@ struct taskstats {
        /* Delay waiting for thrashing page */
        __u64   thrashing_count;
        __u64   thrashing_delay_total;
+
+       /* v10: 64-bit btime to avoid overflow */
+       __u64   ac_btime64;             /* 64-bit begin time */
 };