Worker_initEnd(worker);
sleep(1);
- system("/home/hades/bin/ctuctrl reset");
- system("/home/hades/bin/ctuctrl rate 1");
- system("/home/hades/bin/ctuctrl start");
+ system("/home/hades/bin/dtuctrl -t ctu reset");
+ system("/home/hades/bin/dtuctrl -t ctu rate 1");
+ system("/home/hades/bin/dtuctrl -t ctu start");
(*ctuEnabled) = 1;
if (0 == setjmp(terminateJmp)) {
sleep(32767);
}
- system("/home/hades/bin/ctuctrl stop");
+ system("/home/hades/bin/dtuctrl -t ctu stop");
(*ctuEnabled) = 0;
Worker_fini(worker);