0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-27 07:31:03 +08:00

Problem: ZMQ_THREAD_SAFE is not bool

Solution: Change documentation value type to int
This commit is contained in:
Gudmundur Adalsteinsson 2020-03-23 20:49:39 +00:00 committed by GitHub
parent e7f802d1ac
commit e1fc84141d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -790,7 +790,8 @@ or not the socket is threadsafe. See linkzmq:zmq_socket[3] for which sockets are
thread-safe.
[horizontal]
Option value type:: boolean
Option value type:: int
Option value unit:: boolean
Applicable socket types:: all