Problem: zmq_poller* are not yet stable APIs

Solution: mark them as DRAFT APIs
This commit is contained in:
Luca Boccassi
2016-05-02 19:54:31 +01:00
parent 7e700f1e73
commit 738968082b
4 changed files with 80 additions and 42 deletions

View File

@@ -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
)