]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
msg: remove duplicated code - local_delivery will now call 'enqueue' 7948/head
authorAvner BenHanoch <avnerb@mellanox.com>
Sun, 6 Mar 2016 09:00:28 +0000 (11:00 +0200)
committerAvner BenHanoch <avnerb@mellanox.com>
Sun, 6 Mar 2016 09:00:28 +0000 (11:00 +0200)
commitc823018947941302652aa6f9b5fa409ef731c834
tree94afb4cce8144d5649d68782215b97c4ef3272f9
parent2786f0bf11c3c2ec0e3e8bd61cd97c6b5a70345d
msg: remove duplicated code - local_delivery will now call 'enqueue'

This simplify the code and clarify that for each local message,
 'local_delivery_thread' simply tries to 'fast_dispatch' it,
 or it will 'enqueue' it for the dispatch_thread (like any standard message)

Signed-off-by: Avner BenHanoch <avnerb@mellanox.com>
src/msg/simple/DispatchQueue.cc