]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
common: add nested-name-specifier ThreadPool before WorkQueueVal 5338/head
authorhuangjun <hjwsm1989@gmail.com>
Fri, 24 Jul 2015 09:17:17 +0000 (17:17 +0800)
committerhuangjun <hjwsm1989@gmail.com>
Fri, 24 Jul 2015 09:17:17 +0000 (17:17 +0800)
Fixes: #12459
Signed-off-by: huangjun <hjwsm1989@gmail.com>
src/common/WorkQueue.h

index cf48b81992b2252a6d98d676b31cc18e255d7795..43db8416cbd73e1b3b15c723eeb703efdc222e0a 100644 (file)
@@ -457,7 +457,7 @@ public:
     _queue.pop_front();
     return c;
   }
-  using WorkQueueVal<GenContext<ThreadPool::TPHandle&>*>::_process;
+  using ThreadPool::WorkQueueVal<GenContext<ThreadPool::TPHandle&>*>::_process;
   void _process(GenContext<ThreadPool::TPHandle&> *c, ThreadPool::TPHandle &tp) {
     c->complete(tp);
   }