1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Simplify PMS connection entries configuration

This commit is contained in:
Roman Nozdrin
2021-04-15 18:56:59 +00:00
parent 7e04032005
commit c9b353e975
3 changed files with 82 additions and 77 deletions

View File

@ -56,6 +56,12 @@ class MessageQTestSuite;
namespace messageqcpp
{
using AddrAndPortPair = std::pair<std::string, uint16_t>;
// utility f-s
// Extracts a pair of address and port from the XML configuration.
// Used here and in DEC.
AddrAndPortPair getAddressAndPort(config::Config* config, const std::string& fOtherEnd);
/**
* @brief a message queue server
* This class can recieve (and send) messages