1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00
This commit is contained in:
unknown
2004-06-24 12:18:40 +00:00
parent 9db10b1383
commit 1addcc2ffd
7 changed files with 76 additions and 41 deletions

View File

@ -218,13 +218,14 @@ public:
void printState();
#endif
unsigned short m_service_port;
protected:
private:
void * callbackObj;
TransporterService *m_transporter_service;
unsigned short m_service_port;
char *m_interface_name;
struct NdbThread *m_start_clients_thread;
bool m_run_start_clients_thread;