diff options
author | unknown <joreland@mysql.com> | 2005-05-26 22:10:43 +0200 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2005-05-26 22:10:43 +0200 |
commit | cf4cbe079eb990a9f4b4b2f3772efc5a2c0f45fb (patch) | |
tree | 9a34fd2d4173887c5999626b3ca3055b59cc13e2 /ndb/include/transporter | |
parent | df8e609b50aaf4b2eddf25c26294c6baaf0c0bda (diff) | |
parent | 0ea67b0dd43f39ec06792c4ba96837a8b444553e (diff) | |
download | mariadb-git-cf4cbe079eb990a9f4b4b2f3772efc5a2c0f45fb.tar.gz |
merge
ndb/src/common/transporter/SCI_Transporter.cpp:
Auto merged
ndb/src/common/transporter/SCI_Transporter.hpp:
Auto merged
ndb/src/common/transporter/SHM_Transporter.cpp:
Auto merged
ndb/src/common/transporter/SHM_Transporter.hpp:
Auto merged
ndb/src/common/transporter/TCP_Transporter.cpp:
Auto merged
ndb/src/common/transporter/TCP_Transporter.hpp:
Auto merged
ndb/src/common/transporter/TransporterRegistry.cpp:
Auto merged
ndb/src/mgmsrv/ConfigInfo.cpp:
Auto merged
ndb/src/ndbapi/NdbOperationExec.cpp:
Auto merged
ndb/test/ndbapi/testNdbApi.cpp:
Auto merged
Diffstat (limited to 'ndb/include/transporter')
-rw-r--r-- | ndb/include/transporter/TransporterRegistry.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ndb/include/transporter/TransporterRegistry.hpp b/ndb/include/transporter/TransporterRegistry.hpp index 363cdabe10a..1ae8a4068c4 100644 --- a/ndb/include/transporter/TransporterRegistry.hpp +++ b/ndb/include/transporter/TransporterRegistry.hpp @@ -203,6 +203,13 @@ public: bool createSCITransporter(struct TransporterConfiguration * config); bool createSHMTransporter(struct TransporterConfiguration * config); bool createOSETransporter(struct TransporterConfiguration * config); + + /** + * Get free buffer space + * + * Get #free bytes in send buffer for <em>node</node> + */ + Uint32 get_free_buffer(Uint32 node) const ; /** * prepareSend |