diff options
Diffstat (limited to 'ndb/include/mgmcommon/IPCConfig.hpp')
-rw-r--r-- | ndb/include/mgmcommon/IPCConfig.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ndb/include/mgmcommon/IPCConfig.hpp b/ndb/include/mgmcommon/IPCConfig.hpp index 626242865cb..ebe65b53b59 100644 --- a/ndb/include/mgmcommon/IPCConfig.hpp +++ b/ndb/include/mgmcommon/IPCConfig.hpp @@ -58,6 +58,10 @@ public: void print() const { props->print(); } + static Uint32 configureTransporters(Uint32 nodeId, + const class ndb_mgm_configuration &, + class TransporterRegistry &); + private: NodeId the_ownId; Properties * props; |