Commit b50642e8 authored by unknown's avatar unknown
Browse files

ndb - bug#21129

  add missing function to mgmapi


ndb/src/mgmapi/ndb_logevent.cpp:
  add missing function
parent 9e78bbc2
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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)
{