From 4bb1dab9fe43ad707f8c1b28f3e8bd5d47f09994 Mon Sep 17 00:00:00 2001 From: Jonathan Herman Date: Mon, 14 May 2012 20:07:03 -0400 Subject: Per job blocking --- include/litmus/rt_param.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/litmus/rt_param.h') 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 { /* locking overhead tracing: time stamp prior to system call */ uint64_t ts_syscall_start; /* Feather-Trace cycles */ + + int colors_updated:8; }; #ifndef __KERNEL__ -- cgit v1.2.2