diff options
Diffstat (limited to 'storage/ndb/src/mgmsrv/Services.hpp')
-rw-r--r-- | storage/ndb/src/mgmsrv/Services.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/ndb/src/mgmsrv/Services.hpp b/storage/ndb/src/mgmsrv/Services.hpp index 8672010d66c..30f220cd060 100644 --- a/storage/ndb/src/mgmsrv/Services.hpp +++ b/storage/ndb/src/mgmsrv/Services.hpp @@ -98,6 +98,8 @@ public: void transporter_connect(Parser_t::Context &ctx, Properties const &args); void get_mgmd_nodeid(Parser_t::Context &ctx, Properties const &args); + + void report_event(Parser_t::Context &ctx, Properties const &args); }; class MgmApiService : public SocketServer::Service { |