• skaller's avatar
    Fix uio support. · c3f7543e
    skaller authored
    We have to use an incomplete type in the interface.
    The definition of iovec is only in the implementation.
    This appears to following existing practice in 0MQ.
    It seems a bit flakey that zmq.h is not included in zmq.cpp,
    which is normal practice to ensure the implementation matches
    the specified interface. YMMV. I follow 0MQ style.
    c3f7543e
zmq.cpp 25.6 KB