mariadb/ndb/include/transporter
unknown f2e98ab5af Distinguish between "real" ports and those that can be negative (dynamic).
(Suggested by Tomas Ulin as part of review for WL2278)


ndb/include/transporter/TransporterRegistry.hpp:
  Differentiate signed port numbers from unsigned ones
ndb/src/common/mgmcommon/IPCConfig.cpp:
  Explain the sign of server_port
ndb/src/common/transporter/TransporterRegistry.cpp:
  Use s_port to indicate a signed port number.
ndb/src/kernel/main.cpp:
  use m_s_service_port to indicate signed port number
ndb/src/mgmsrv/MgmtSrvr.cpp:
  differentiate between signed and unsigned port numbers
ndb/src/ndbapi/ndb_cluster_connection.cpp:
  use m_s_service_port to indicate signed port number
2005-01-14 15:42:11 +11:00
..
TransporterCallback.hpp Initial revision of NDB Cluster files 2004-04-14 10:53:21 +02:00
TransporterDefinitions.hpp added configuration hostnames to SHM config struct 2004-12-22 07:20:01 +01:00
TransporterRegistry.hpp Distinguish between "real" ports and those that can be negative (dynamic). 2005-01-14 15:42:11 +11:00