On Tue, Jul 27, 2010 at 3:29 PM, Oliver Smith <[email protected]> wrote:
> #define ZMQ_PIPELINE_OUTSOCKET 8 > #define ZMQ_PIPELINE_INSOCKET 7 Why would you add "SOCKET" to the type name? If you want to be pedantic, you'd add it at the front and probably say SOCK: #define ZMQ_SOCK_PIPELINE_OUT 8 #define ZMQ_SOCK_PIPELINE_IN 7 Actually that reads quite nicely... :-) -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
