[zeromq-dev] [otish] "Why ZeroMQ"
Pieter Hintjens
ph at imatix.com
Tue Jul 27 15:44:53 CEST 2010
On Tue, Jul 27, 2010 at 3:29 PM, Oliver Smith <oliver at kfs.org> 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
More information about the zeromq-dev
mailing list