Commit b50642e8 authored by unknown's avatar unknown

ndb - bug#21129

  add missing function to mgmapi


ndb/src/mgmapi/ndb_logevent.cpp:
  add missing function
parent 9e78bbc2
...@@ -67,6 +67,13 @@ ndb_mgm_create_logevent_handle(NdbMgmHandle mh, ...@@ -67,6 +67,13 @@ ndb_mgm_create_logevent_handle(NdbMgmHandle mh,
return h; return h;
} }
extern "C"
int
ndb_logevent_get_fd(const NdbLogEventHandle h)
{
return h->socket;
}
extern "C" extern "C"
void ndb_mgm_destroy_logevent_handle(NdbLogEventHandle * h) 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