Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/real-logic/Aeron
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontgomery committed Feb 23, 2017
2 parents 03c585f + de49102 commit 1ee8dda
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions aeron-client/src/main/cpp/ClientConductor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,17 +216,13 @@ void ClientConductor::addDestination(std::int64_t publicationRegistrationId, con
{
verifyDriverIsActive();

std::lock_guard<std::recursive_mutex> lock(m_adminLock);

m_driverProxy.addDestination(publicationRegistrationId, endpointChannel);
}

void ClientConductor::removeDestination(std::int64_t publicationRegistrationId, const std::string& endpointChannel)
{
verifyDriverIsActive();

std::lock_guard<std::recursive_mutex> lock(m_adminLock);

m_driverProxy.removeDestination(publicationRegistrationId, endpointChannel);
}

Expand Down

0 comments on commit 1ee8dda

Please sign in to comment.