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
dCache
cta
Commits
6a052463
Commit
6a052463
authored
Jul 02, 2014
by
David COME
Browse files
Fixed a Wrong commit in DiskReadThreadPool
parent
974f2bce
Changes
1
Hide whitespace changes
Inline
Side-by-side
castor/tape/tapeserver/daemon/DiskReadThreadPool.hpp
View file @
6a052463
...
...
@@ -114,7 +114,7 @@ private:
DiskReadWorkerThread
(
DiskReadThreadPool
&
parent
)
:
m_parent
(
parent
),
m_threadID
(
parent
.
m_nbActiveThread
++
),
m_lc
(
parent
.
m_lc
)
{
log
::
LogContext
::
ScopedParam
param
(
m_lc
,
log
::
Param
(
"threadID"
,
m_threadID
));
m_lc
.
log
(
LOG_INFO
,
"Dis
kWrite
Thread created"
);
m_lc
.
log
(
LOG_INFO
,
"Dis
Read
Thread created"
);
}
void
start
()
{
castor
::
tape
::
threading
::
Thread
::
start
();
}
void
wait
()
{
castor
::
tape
::
threading
::
Thread
::
wait
();
}
...
...
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