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
82d7567e
Commit
82d7567e
authored
Mar 19, 2014
by
David COME
Browse files
Remove m_tasks from derived class (which was masking the from DiskThreadPoolInterface)
parent
56a8e13e
Changes
2
Hide whitespace changes
Inline
Side-by-side
castor/tape/tapeserver/daemon/DiskReadThreadPool.hpp
View file @
82d7567e
...
...
@@ -82,6 +82,5 @@ private:
}
}
};
castor
::
tape
::
threading
::
BlockingQueue
<
DiskReadTask
*>
m_tasks
;
std
::
vector
<
DiskReadWorkerThread
*>
m_threads
;
};
castor/tape/tapeserver/daemon/DiskWriteThreadPool.hpp
View file @
82d7567e
...
...
@@ -133,7 +133,6 @@ private:
}
}
};
castor
::
tape
::
threading
::
BlockingQueue
<
DiskWriteTask
*>
m_tasks
;
std
::
vector
<
DiskWriteWorkerThread
*>
m_threads
;
castor
::
tape
::
threading
::
Mutex
m_counterProtection
;
TaskInjector
*
m_jobInjector
;
...
...
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