From: Samuel Just Date: Mon, 29 Apr 2013 18:26:26 +0000 (-0700) Subject: WorkQueue: Allow WorkQueueVal to be specified with 1 type X-Git-Tag: v0.63~48^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fd63f8aa30c0cad0ad2cc382971d3f6842ae53cd;p=ceph.git WorkQueue: Allow WorkQueueVal to be specified with 1 type Signed-off-by: Samuel Just --- diff --git a/src/common/WorkQueue.h b/src/common/WorkQueue.h index ced952c49cd5..d936d77abef4 100644 --- a/src/common/WorkQueue.h +++ b/src/common/WorkQueue.h @@ -153,7 +153,7 @@ public: } }; - template + template class WorkQueueVal : public WorkQueue_ { Mutex _lock; ThreadPool *pool;