mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-12-24 06:14:34 +01:00
Problem: zmq_fd_t not used/available in zmq (#452)
* Problem: zmq_fd_t not used/available in zmq Solution: Make zmq::fd_t available and use in poller_event * Deprecate typedef with comment
This commit is contained in:
committed by
GitHub
parent
c591113bb7
commit
f428fee374
@@ -270,8 +270,7 @@ TEST_CASE("socket check integral options", "[socket]")
|
||||
check_integral_opt_get<int>(zmq::sockopt::events, router, "events");
|
||||
#endif
|
||||
#ifdef ZMQ_FD
|
||||
check_integral_opt_get<zmq::sockopt::cppzmq_fd_t>(zmq::sockopt::fd, router,
|
||||
"fd");
|
||||
check_integral_opt_get<zmq::fd_t>(zmq::sockopt::fd, router, "fd");
|
||||
#endif
|
||||
#ifdef ZMQ_HANDSHAKE_IVL
|
||||
check_integral_opt<int>(zmq::sockopt::handshake_ivl, router, "handshake_ivl");
|
||||
|
||||
Reference in New Issue
Block a user