Commit 38436917 authored by claes's avatar claes

Start of rt_elog added

parent d8cd2765
......@@ -79,6 +79,7 @@
# define cPrio_fast (cPrio_base + 15)
# define cPrio_trend (cPrio_base + 15)
# define cPrio_webmon (cPrio_base + 15)
# define cPrio_elog (cPrio_base + 15)
# define cPrio_plc_init (cPrio_base + 5)
#endif
......@@ -1929,6 +1930,9 @@ ini_ProcTable (
pp->proc.flags.b.system = 1;
#if defined OS_LINUX
pp = ini_ProcInsert(sts, cp, "pwr_elog", "pwr_elog_%d", 0, 1, "rt_elog", cPrio_elog, 0, "");
pp->proc.flags.b.system = 1;
pp = ini_ProcInsert(sts, cp, "pwr_webmon", "pwr_webmon_%d", 0, 1, "rt_webmon.sh", cPrio_fast, 0, "");
pp->proc.flags.b.system = 1;
#endif
......
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