Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LimaGroup
Lima-camera-slsdetector
Commits
7ee6af0e
Commit
7ee6af0e
authored
Aug 30, 2018
by
Alejandro Homs Puron
Committed by
operator for beamline
Aug 30, 2018
Browse files
Update to SimplePipe with Lima Debug
parent
a84f623d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/SlsDetectorCPUAffinity.cpp
View file @
7ee6af0e
...
...
@@ -844,7 +844,6 @@ IntList NetDevRxQueueMgr::getRxQueueList()
"(?P<packets>[0-9]+)
\n
$"
);
while
(
true
)
{
string
s
=
child_out
.
readLine
(
1024
,
"
\n
"
);
DEB_TRACE
()
<<
DEB_VAR1
(
s
);
if
(
s
.
empty
())
break
;
...
...
@@ -874,6 +873,7 @@ IntList NetDevRxQueueMgr::getRxQueueList()
}
SystemCPUAffinityMgr
::
WatchDog
::
WatchDog
()
:
m_cmd_pipe
(
0
,
true
),
m_res_pipe
(
0
,
true
)
{
DEB_CONSTRUCTOR
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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