summaryrefslogtreecommitdiff
path: root/ndb/include/transporter
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2004-06-29 14:56:02 +0000
committerunknown <tomas@poseidon.ndb.mysql.com>2004-06-29 14:56:02 +0000
commit64c81b9dfd96b69a9601642513e074e8c2b04453 (patch)
treeb2cc845840dbff2824923619f3419d15d3727b27 /ndb/include/transporter
parent641455351bc09b5b895d640cc4d2f63d0200b389 (diff)
downloadmariadb-git-64c81b9dfd96b69a9601642513e074e8c2b04453.tar.gz
fixed compile of shm transporter
ndb/src/mgmsrv/Services.cpp: changed getsockname to getpeername
Diffstat (limited to 'ndb/include/transporter')
-rw-r--r--ndb/include/transporter/TransporterDefinitions.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ndb/include/transporter/TransporterDefinitions.hpp b/ndb/include/transporter/TransporterDefinitions.hpp
index cb859e310db..0301d12348f 100644
--- a/ndb/include/transporter/TransporterDefinitions.hpp
+++ b/ndb/include/transporter/TransporterDefinitions.hpp
@@ -69,6 +69,7 @@ struct TCP_TransporterConfiguration {
* SHM Transporter Configuration
*/
struct SHM_TransporterConfiguration {
+ Uint32 port;
NodeId remoteNodeId;
NodeId localNodeId;
bool compression;