]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common/OpQueue: Add base class for Op Queues. Introduce the new Weighted Priority...
authorRobert LeBlanc <robert.leblanc@endurance.com>
Thu, 17 Dec 2015 23:07:51 +0000 (23:07 +0000)
committerRobert LeBlanc <robert.leblanc@endurance.com>
Sat, 19 Dec 2015 05:15:21 +0000 (05:15 +0000)
commit253d45bd55cafeacc82fde472e077a28dd6bd70d
treef77e25eac49b6073cd374cf67d0b70154ccaed08
parentd790a60d8f7bd7bde5d8ed777894b06935a40aa2
common/OpQueue: Add base class for Op Queues. Introduce the new Weighted Priority Queue and update Prioritized Queue to inherit the base class.

Signed-Off-By: Robert LeBlanc <robert.leblanc@endurance.com>
src/common/Makefile.am
src/common/OpQueue.h [new file with mode: 0644]
src/common/PrioritizedQueue.h
src/common/WeightedPriorityQueue.h [new file with mode: 0644]