aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2014-01-17 16:04:32 -0500
committerGlenn Elliott <gelliott@cs.unc.edu>2014-01-17 16:04:32 -0500
commitf543d4f0d361af55ef8ff17599f1d19267e9ffd1 (patch)
tree33f8cc600130830d8c68cb0d1d257d9b8693e61c
parent508f55e91e2bab12630df20ededa922c147b706b (diff)
Set default not-pgm-node in init_rt_paramwip-ecrts14-pgm
-rw-r--r--src/litmus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/litmus.c b/src/litmus.c
index febd7ed..ed7c1db 100644
--- a/src/litmus.c
+++ b/src/litmus.c
@@ -104,6 +104,7 @@ void init_rt_task_param(struct rt_task* tp)
104 tp->budget_policy = NO_ENFORCEMENT; 104 tp->budget_policy = NO_ENFORCEMENT;
105 tp->release_policy = TASK_SPORADIC; 105 tp->release_policy = TASK_SPORADIC;
106 tp->split = 1; 106 tp->split = 1;
107 tp->pgm_type = PGM_NOT_A_NODE;
107} 108}
108 109
109task_class_t str2class(const char* str) 110task_class_t str2class(const char* str)