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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h
index 11f081527545..e832ffcba17c 100644
--- a/include/litmus/rt_param.h
+++ b/include/litmus/rt_param.h
@@ -59,10 +59,11 @@ struct affinity_observer_args
59 int lock_od; 59 int lock_od;
60}; 60};
61 61
62struct kfmlp_gpu_affinity_observer_args 62struct gpu_affinity_observer_args
63{ 63{
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}; 67};
67 68
68/* The definition of the data that is shared between the kernel and real-time 69/* The definition of the data that is shared between the kernel and real-time