Skip to content

Commit

Permalink
see if #ifdef is compiled in
Browse files Browse the repository at this point in the history
  • Loading branch information
mschubert committed Oct 13, 2023
1 parent c488035 commit fdc8236
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMQMaster.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class CMQMaster {
sock.set(zmq::sockopt::router_mandatory, 1);
std::cout << "here3\n";
#ifdef ZMQ_ROUTER_NOTIFY
std::cout << "here3.5\n";
sock.set(zmq::sockopt::router_notify, ZMQ_NOTIFY_DISCONNECT);
std::cout << "here4\n";
#endif
Expand Down

0 comments on commit fdc8236

Please sign in to comment.