mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-01 21:13:13 +01:00
Problem: zmq_poller* are not yet stable APIs
Solution: mark them as DRAFT APIs
This commit is contained in:
@@ -55,7 +55,6 @@ set(tests
|
||||
test_setsockopt
|
||||
test_sockopt_hwm
|
||||
test_heartbeats
|
||||
test_poller
|
||||
test_atomics
|
||||
test_bind_src_address
|
||||
test_capabilities
|
||||
@@ -118,6 +117,7 @@ endif()
|
||||
|
||||
IF (ENABLE_DRAFTS)
|
||||
list(APPEND tests
|
||||
test_poller
|
||||
test_thread_safe
|
||||
test_client_server
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user