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
e45e5e2e
Commit
e45e5e2e
authored
Apr 22, 2014
by
David COME
Browse files
Moved popAndRequestMore from public to private
parent
98fdf05b
Changes
1
Hide whitespace changes
Inline
Side-by-side
castor/tape/tapeserver/daemon/DiskReadThreadPool.hpp
View file @
e45e5e2e
...
...
@@ -50,8 +50,8 @@ public:
void
setTaskInjector
(
MigrationTaskInjector
*
injector
){
m_injector
=
injector
;
}
DiskReadTaskInterface
*
popAndRequestMore
();
private:
DiskReadTaskInterface
*
popAndRequestMore
();
class
DiskReadWorkerThread
:
private
castor
::
tape
::
threading
::
Thread
{
public:
DiskReadWorkerThread
(
DiskReadThreadPool
&
manager
)
:
...
...
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