On Wed, Nov 27, 2013 at 1:52 PM, Michael Haberler <[email protected]> wrote:
> I'm semi-done with the czmq/zbeacon_send() code - should I still go ahead > with it? For sure, yes. > if yes, I'd appreciate a hint how to properly reference > tcp_address_t::resolve_hostname() in czmq - seems this is for libzmq-internal > use only? Internal functions in libzmq aren't available for outside use. You may copy the code and put it into zsys.c, or alternatively add an API hook in zmq_utils. -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
