Skip to content

Commit

Permalink
Fixing recv_result_t namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
SalvoVirga committed Jan 24, 2020
1 parent f192a8f commit 8e64594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generic_socket.cpp
Expand Up @@ -130,7 +130,7 @@ bool GenericSocket::receiveMsg(simple_msgs::GenericMessage& msg, const std::stri
if (socket_ == nullptr) { return false; }

std::lock_guard<std::mutex> lock{mutex_};
zmq::detail::recv_result_t success;
zmq::recv_result_t success;

// Local variables to check if data after the topic message is available and its size.
int data_past_topic{0};
Expand Down

0 comments on commit 8e64594

Please sign in to comment.