Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
#include "include/function2.hpp"
+#include "common/detail/construct_suspended.h"
+
namespace bi = boost::intrusive;
namespace ceph {
-/// Newly constructed timer should be suspended at point of
-/// construction.
-
-struct construct_suspended_t { };
-constexpr construct_suspended_t construct_suspended { };
-
// Compared to the SafeTimer this does fewer allocations (you
// don't have to allocate a new Context every time you
// want to cue the next tick.)