aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/rt_param.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/litmus/rt_param.h')
-rw-r--r--include/litmus/rt_param.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h
index b4eb8ee95687..cc638e9c55d1 100644
--- a/include/litmus/rt_param.h
+++ b/include/litmus/rt_param.h
@@ -52,6 +52,11 @@ union np_flag {
52 } np; 52 } np;
53}; 53};
54 54
55struct affinity_observer_args
56{
57 int lock_od;
58};
59
55/* The definition of the data that is shared between the kernel and real-time 60/* The definition of the data that is shared between the kernel and real-time
56 * tasks via a shared page (see litmus/ctrldev.c). 61 * tasks via a shared page (see litmus/ctrldev.c).
57 * 62 *