diff options
author | Christopher Kenna <cjk@cs.unc.edu> | 2010-10-22 17:35:58 -0400 |
---|---|---|
committer | Christopher Kenna <cjk@cs.unc.edu> | 2010-10-22 21:44:10 -0400 |
commit | f96fd2faac2baed4d5d1d1b8ea124714e5cbce56 (patch) | |
tree | ac060409dc9afe1a8ec95853f9bf8581447e2b9c | |
parent | c3566e210d4e466e97d84d4a190760c4e91766ac (diff) |
Location change for the /proc loaded plugins file.
-rwxr-xr-x | setsched | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ | |||
3 | # setsched: facilitate changing the active scheduler plugin. | 3 | # setsched: facilitate changing the active scheduler plugin. |
4 | 4 | ||
5 | ADIR=/proc/litmus/active_plugin | 5 | ADIR=/proc/litmus/active_plugin |
6 | PDIR=/proc/litmus/plugins | 6 | PDIR=/proc/litmus/plugins/loaded |
7 | DIALOG=`which dialog` | 7 | DIALOG=`which dialog` |
8 | 8 | ||
9 | CHOICE=$1 | 9 | CHOICE=$1 |