Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
29af1559
Commit
29af1559
authored
May 04, 2004
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Autostart of rs_remotehandler and rs_remote_logg
parent
2736a43e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
src/exe/rt_ini/src/ini.c
src/exe/rt_ini/src/ini.c
+8
-0
No files found.
src/exe/rt_ini/src/ini.c
View file @
29af1559
...
@@ -84,6 +84,8 @@
...
@@ -84,6 +84,8 @@
# define cPrio_webmonmh (cPrio_base + 15)
# define cPrio_webmonmh (cPrio_base + 15)
# define cPrio_elog (cPrio_base + 15)
# define cPrio_elog (cPrio_base + 15)
# define cPrio_plc_init (cPrio_base + 5)
# define cPrio_plc_init (cPrio_base + 5)
# define cPrio_remh (cPrio_base + 5)
# define cPrio_remotelogg (cPrio_base + 5)
#endif
#endif
static
pwr_tBoolean
checkSect
(
pwr_tStatus
*
,
ini_sContext
*
,
int
,
int
);
static
pwr_tBoolean
checkSect
(
pwr_tStatus
*
,
ini_sContext
*
,
int
,
int
);
...
@@ -1975,6 +1977,12 @@ ini_ProcTable (
...
@@ -1975,6 +1977,12 @@ ini_ProcTable (
pp
->
proc
.
flags
.
b
.
system
=
1
;
pp
->
proc
.
flags
.
b
.
system
=
1
;
#if defined OS_LINUX
#if defined OS_LINUX
pp
=
ini_ProcInsert
(
sts
,
cp
,
"pwr_remh"
,
"pwr_remh_%d"
,
0
,
1
,
"rs_remotehandler"
,
cPrio_remh
,
0
,
""
);
pp
->
proc
.
flags
.
b
.
system
=
1
;
pp
=
ini_ProcInsert
(
sts
,
cp
,
"pwr_remlog"
,
"pwr_remlog_%d"
,
0
,
1
,
"rs_remote_logg"
,
cPrio_remotelogg
,
0
,
""
);
pp
->
proc
.
flags
.
b
.
system
=
1
;
pp
=
ini_ProcInsert
(
sts
,
cp
,
"pwr_elog"
,
"pwr_elog_%d"
,
0
,
1
,
"rt_elog"
,
cPrio_elog
,
0
,
""
);
pp
=
ini_ProcInsert
(
sts
,
cp
,
"pwr_elog"
,
"pwr_elog_%d"
,
0
,
1
,
"rt_elog"
,
cPrio_elog
,
0
,
""
);
pp
->
proc
.
flags
.
b
.
system
=
1
;
pp
->
proc
.
flags
.
b
.
system
=
1
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment