Commit 27826365 authored by Claes Sjofors's avatar Claes Sjofors

Remote programs not started with realtime priority fix (refs #186)

parent 45992e45
......@@ -86,6 +86,7 @@
#include "rt_gdh.h"
#include "rt_errh.h"
#include "rt_qcom.h"
#include "rt_proc.h"
#include "rt_qcom_msg.h"
#include "rt_pwr_msg.h"
#include "rt_ini_event.h"
......@@ -428,6 +429,9 @@ int main()
char hotswap;
char new_plc;
/* Wait for scheduler to be set */
proc_SchedWait();
errh_Init("rs_remhdl", errh_eAnix_remote);
errh_SetStatus(PWR__SRVSTARTUP);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment