less distracting when fixing compiling error / warnings this way
Signed-off-by: Kefu Chai <kchai@redhat.com>
reply->set_tid(m->get_tid());
reply->set_data(outbl);
#ifdef WITH_SEASTAR
-#warning "fix message send with crimson"
+ // TODO: crimson: handle asok commmand from alien thread
#else
m->get_connection()->send_message(reply);
#endif
reply->set_tid(m->get_tid());
reply->set_data(outbl);
#ifdef WITH_SEASTAR
-#warning "fix message send with crimson"
+ // TODO: crimson: handle asok commmand from alien thread
#else
m->get_connection()->send_message(reply);
#endif
bufferlist *outbl)
{
#ifdef WITH_SEASTAR
-#warning "must implement admin socket blocking execute_command() for crimson"
+ // TODO: crimson: blocking execute_command() in alien thread
return -ENOSYS;
#else
bool done = false;