You've already forked mariadb-columnstore-engine
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:
@ -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
|
||||
|
Reference in New Issue
Block a user