| 159 | }; |
| 160 | |
| 161 | inline void |
| 162 | CacheProcessor::afterInitCallbackSet(CALLBACK_FUNC cb) |
| 163 | { |
| 164 | cb_after_init = cb; |
| 165 | } |
| 166 | |
| 167 | struct CacheVConnection : public VConnection { |
| 168 | VIO *do_io_read(Continuation *c, int64_t nbytes, MIOBuffer *buf) override = 0; |
no outgoing calls
no test coverage detected