aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/rt_param.h
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2012-05-14 20:07:03 -0400
committerJonathan Herman <hermanjl@cs.unc.edu>2012-05-14 20:07:03 -0400
commit4bb1dab9fe43ad707f8c1b28f3e8bd5d47f09994 (patch)
tree022b41cca8f3e967276ee558b644c6f6ea7313fb /include/litmus/rt_param.h
parentc7a09a0c9c97bb12bec367b1c6180f870ee32de9 (diff)
Per job blocking
Diffstat (limited to 'include/litmus/rt_param.h')
-rw-r--r--include/litmus/rt_param.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h
index 209a89d7b459..91fa107cafb5 100644
--- a/include/litmus/rt_param.h
+++ b/include/litmus/rt_param.h
@@ -71,6 +71,8 @@ struct control_page {
71 71
72 /* locking overhead tracing: time stamp prior to system call */ 72 /* locking overhead tracing: time stamp prior to system call */
73 uint64_t ts_syscall_start; /* Feather-Trace cycles */ 73 uint64_t ts_syscall_start; /* Feather-Trace cycles */
74
75 int colors_updated:8;
74}; 76};
75 77
76#ifndef __KERNEL__ 78#ifndef __KERNEL__