ndb - bug#21129

  add missing function to mgmapi
parent 6285f743
......@@ -67,6 +67,13 @@ ndb_mgm_create_logevent_handle(NdbMgmHandle mh,
return h;
}
extern "C"
int
ndb_logevent_get_fd(const NdbLogEventHandle h)
{
return h->socket;
}
extern "C"
void ndb_mgm_destroy_logevent_handle(NdbLogEventHandle * h)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment