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
621f79c6
Commit
621f79c6
authored
Nov 28, 2011
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rt_post and rt_sevhistmon process timeout fix
parent
07b1c356
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
src/exe/rt_post/src/rt_post.cpp
src/exe/rt_post/src/rt_post.cpp
+1
-1
src/exe/rt_sevhistmon/src/rt_sevhistmon.cpp
src/exe/rt_sevhistmon/src/rt_sevhistmon.cpp
+1
-0
No files found.
src/exe/rt_post/src/rt_post.cpp
View file @
621f79c6
...
@@ -91,7 +91,7 @@ void rt_post::open()
...
@@ -91,7 +91,7 @@ void rt_post::open()
}
}
else
{
else
{
errh_Info
(
"No Post configuration"
);
errh_Info
(
"No Post configuration"
);
conf
->
Status
=
0
;
errh_SetStatus
(
0
)
;
exit
(
0
);
exit
(
0
);
}
}
...
...
src/exe/rt_sevhistmon/src/rt_sevhistmon.cpp
View file @
621f79c6
...
@@ -74,6 +74,7 @@ int rt_sevhistmon::init()
...
@@ -74,6 +74,7 @@ int rt_sevhistmon::init()
// Get the config object
// Get the config object
sts
=
gdh_GetClassList
(
pwr_cClass_SevHistMonitor
,
&
conf_oid
);
sts
=
gdh_GetClassList
(
pwr_cClass_SevHistMonitor
,
&
conf_oid
);
if
(
EVEN
(
sts
))
{
if
(
EVEN
(
sts
))
{
errh_SetStatus
(
0
);
errh_CErrLog
(
PWR__SRVNOTCONF
,
0
);
errh_CErrLog
(
PWR__SRVNOTCONF
,
0
);
exit
(
0
);
exit
(
0
);
}
}
...
...
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