}
class MyTest : public AdminSocketHook {
- bool call(std::string command, std::string args, bufferlist& result) {
+ bool call(std::string command, std::string args, std::string format, bufferlist& result) {
result.append(command);
result.append("|");
result.append(args);
}
class MyTest2 : public AdminSocketHook {
- bool call(std::string command, std::string args, bufferlist& result) {
+ bool call(std::string command, std::string args, std::string format, bufferlist& result) {
result.append(command);
result.append("|");
result.append(args);