Martin Lucina wrote: >> Actually, the three portability functions in zmq.h (zmq_wait, >> zmq_start_stopwatch and zmq_stop_stopwatch) should be moved somewhere >> else also. > > Why are those functions exported in the first place? Is it just for use in > the perf tests?
Yes, it's ued only in perf tests. > If so then we can trivially move them into a common source file in perf/. It requires ZMQ_HAVE_WINDOWS define (in case it's compiled on Win32), so it's a bit more complex. Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
