void complain_about_parse_errors(CephContext *cct,
std::deque<std::string> *parse_errors);
-#ifndef WITH_SEASTAR
/* This function is called after you have done your last
* fork. When you make this call, the system will initialize everything that
* cannot be initialized before a fork.
* the Ceph libraries would be destroyed by a fork().
*/
void common_init_finish(CephContext *cct);
-#endif // #ifndef WITH_SEASTAR
#endif
}
on_reply.notify_one();
}
- bool ms_verify_authorizer(Connection *con, int peer_type, int protocol,
- bufferlist& authorizer,
- bufferlist& authorizer_reply,
- bool& isvalid, CryptoKey& session_key,
- std::unique_ptr<AuthAuthorizerChallenge>*) override {
- isvalid = true;
- return true;
- }
bool ms_dispatch(Message*) override {
ceph_abort();
}
}
on_reply.notify_one();
}
- bool ms_verify_authorizer(Connection *con, int peer_type, int protocol,
- bufferlist& authorizer,
- bufferlist& authorizer_reply,
- bool& isvalid, CryptoKey& session_key,
- std::unique_ptr<AuthAuthorizerChallenge>*) override {
- isvalid = true;
- return true;
- }
bool ms_dispatch(Message*) override {
ceph_abort();
}