]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
messenger: add the shell of a system to delay incoming Message delivery
authorGreg Farnum <greg@inktank.com>
Wed, 21 Nov 2012 18:54:06 +0000 (10:54 -0800)
committerSage Weil <sage@inktank.com>
Fri, 30 Nov 2012 00:09:44 +0000 (16:09 -0800)
commit90f66980bfb1f2541dcb11be2c358a9832a291b1
tree82b7372bf5a5c1e354e7d7f73aa3861609aca912
parent77711ddee37de154c0d5d452c4f84dae36eb3e3a
messenger: add the shell of a system to delay incoming Message delivery

When ms_inject_delay_type matches that of the incoming Connection,
the Pipe sets up a delay queue that it shuttles all Messages through.
This lets us check cleanup and some notification code but doesn't
actually generate any delays.

Signed-off-by: Greg Farnum <greg@inktank.com>
src/common/config_opts.h
src/msg/Pipe.cc
src/msg/Pipe.h