mirror of
https://github.com/Xahau/xahaud.git
synced 2026-04-29 15:37:46 +00:00
clang
This commit is contained in:
@@ -996,16 +996,15 @@ private:
|
||||
void
|
||||
monitorThread()
|
||||
{
|
||||
|
||||
std::vector<std::pair<EndpointInfo, int>> endpoints;
|
||||
|
||||
for (auto const& epStr : app_.config().DATAGRAM_MONITOR)
|
||||
{
|
||||
auto endpoint = parseEndpoint(epStr);
|
||||
endpoints.push_back(std::make_pair(endpoint, createSocket(endpoint)));
|
||||
endpoints.push_back(
|
||||
std::make_pair(endpoint, createSocket(endpoint)));
|
||||
}
|
||||
|
||||
|
||||
while (running_)
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user