Missed in refactoring of rgw_main.cc.
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab
-#include "rgw_frontend.h"
+#include <signal.h>
+#include "rgw_frontend.h"
#include "include/str_list.h"
#include "include/assert.h"
}
return 0;
}
+
+void RGWProcessFrontend::stop()
+{
+ pprocess->close_fd();
+ thread->kill(SIGUSR1);
+}
return 0;
}
- void stop() {
- pprocess->close_fd();
- thread->kill(SIGUSR1);
- }
+ void stop();
void join() {
thread->join();