MCPcopy Create free account
hub / github.com/ceph/ceph / do_request

Method do_request

src/msg/async/AsyncConnection.cc:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 public:
116 explicit C_tick_wakeup(AsyncConnectionRef c): conn(c) {}
117 void do_request(uint64_t fd_or_id) override {
118 conn->tick(fd_or_id);
119 }
120};
121
122

Callers

nothing calls this directly

Calls 1

tickMethod · 0.45

Tested by

no test coverage detected