#ifndef RDBSERVER_SERVER_H_ #define RDBSERVER_SERVER_H_ #include #include #include #include int handle_command(RdbResponse *res, CommandBuf *cmd, VB *sim, bool *running); #endif