diff options
author | tomas@poseidon.ndb.mysql.com <> | 2004-06-29 14:56:02 +0000 |
---|---|---|
committer | tomas@poseidon.ndb.mysql.com <> | 2004-06-29 14:56:02 +0000 |
commit | a99f5c423cddf03e7349c367c5a749057ae8ce41 (patch) | |
tree | b2cc845840dbff2824923619f3419d15d3727b27 /ndb/include/transporter | |
parent | dddcc371fdaeba555e8b48e13910a85c532d1c07 (diff) | |
download | mariadb-git-a99f5c423cddf03e7349c367c5a749057ae8ce41.tar.gz |
fixed compile of shm transporter
Diffstat (limited to 'ndb/include/transporter')
-rw-r--r-- | ndb/include/transporter/TransporterDefinitions.hpp | 1 |
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; |