diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-04-25 17:31:08 -0400 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-04-25 17:31:08 -0400 |
commit | 58f04ff13ac7128609ee468eb317c71817474a84 (patch) | |
tree | 6d443d96d0745e54fedc1ff0673e0f3f1cddc49f /include/litmus/rt_param.h | |
parent | 4aabc4a7f68aae11c79b39fa65a9c54d3f3451e7 (diff) |
Port rtss12 features to C-EDF (untested)
Diffstat (limited to 'include/litmus/rt_param.h')
-rw-r--r-- | include/litmus/rt_param.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h index f2f3bfb6a6db..4553521146cc 100644 --- a/include/litmus/rt_param.h +++ b/include/litmus/rt_param.h | |||
@@ -64,6 +64,7 @@ struct gpu_affinity_observer_args | |||
64 | struct affinity_observer_args obs; | 64 | struct affinity_observer_args obs; |
65 | int replica_to_gpu_offset; | 65 | int replica_to_gpu_offset; |
66 | int nr_simult_users; | 66 | int nr_simult_users; |
67 | int relaxed_rules; | ||
67 | }; | 68 | }; |
68 | 69 | ||
69 | /* The definition of the data that is shared between the kernel and real-time | 70 | /* The definition of the data that is shared between the kernel and real-time |