From ff99dce1b1f5d7241829f5abc4ff30dd2a7819b9 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 16 Dec 2004 11:17:27 +1100 Subject: Further work on WL2278 Add calls to mgmd after setting up connections. (not fully functional yet, checkin for pull) ndb/include/mgmcommon/ConfigRetriever.hpp: add get_mgmHandle() member function ndb/include/transporter/TransporterRegistry.hpp: Add remoteNodeId parameter to add_transporter interface add get_transporter() and get_localNodeID() these are required for getting the right information out of TransporterRegistry to inform mgmd of what ports we use to connect to other nodes. ndb/src/common/mgmcommon/IPCConfig.cpp: call add_transporter_interface with the new nodeId2 parameter ndb/src/common/transporter/TransporterRegistry.cpp: Implement additional (remoteNodeId) parameter in add_transporter_interface Implement get_transporter() ndb/src/kernel/main.cpp: Call ndb_mgm_set_connection_int_parameter() to tell mgmd what ports we use to connect to other nodes. ndb/src/kernel/vm/Configuration.hpp: add get_config_retriever() ndb/src/mgmapi/mgmapi.cpp: Add DBUG_ENTER call to ndb_mgm_set_connection_int_parameter ndb/src/ndbapi/TransporterFacade.hpp: Add get_registry() ndb/src/ndbapi/ndb_cluster_connection.cpp: Add call to ndb_mgm_set_connection_int_parameter to tell mgmd what ports we use to connect to other nodes. --- ndb/src/mgmapi/mgmapi.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'ndb/src/mgmapi/mgmapi.cpp') diff --git a/ndb/src/mgmapi/mgmapi.cpp b/ndb/src/mgmapi/mgmapi.cpp index 0ba7b1c8b0f..be5e17e7429 100644 --- a/ndb/src/mgmapi/mgmapi.cpp +++ b/ndb/src/mgmapi/mgmapi.cpp @@ -1983,6 +1983,7 @@ ndb_mgm_set_connection_int_parameter(NdbMgmHandle handle, int param, unsigned value, struct ndb_mgm_reply* mgmreply){ + DBUG_ENTER("ndb_mgm_set_connection_int_parameter"); CHECK_HANDLE(handle, 0); CHECK_CONNECTED(handle, 0); -- cgit v1.2.1