Commit a46d7b99 authored by KAPP Arnaud's avatar KAPP Arnaud

Merge pull request #1959 from hitstergtd/x-zmqpoll-fix

Problem: style issues with comment in zmq_poll
parents c33e96f2 109122dd
......@@ -747,7 +747,8 @@ const char *zmq_msg_gets (zmq_msg_t *msg_, const char *property_)
int zmq_poll (zmq_pollitem_t *items_, int nitems_, long timeout_)
{
// TODO: the function implementation can just call zmq_pollfd_poll with pollfd as NULL, however pollfd is not yet stable
// TODO: the function implementation can just call zmq_pollfd_poll with
// pollfd as NULL, however pollfd is not yet stable.
#if defined ZMQ_POLL_BASED_ON_POLL
if (unlikely (nitems_ < 0)) {
errno = EINVAL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment