zeromq 3.1 C++ API 'device' is not a member of 'zmq'

Description

Please document or fix the header so that device is a member. I have attached the following cpp code that I have found on the web that uses:

zmq::device (ZMQ_QUEUE, clients, workers);

I am writing a multi-threaded server. What is the pattern that I use in 3.1?

Environment

Linux

Attachments

1

Activity

Show:

PieterP May 5, 2012 at 8:16 AM

The CPP binding was split off to a separate project about a year ago in 3.0. If you want to see it merged back into libzmq, feel free to make that patch. covers this same ground.

I'm not sure how to document something that isn't there... what we have done is to change our policy to stop contributors removing things that are in active use.

Chris Love April 26, 2012 at 8:41 PM

Please document this better

I found this:

http://www.zeromq.org/docs:3-0
Pre-built devices and zmq_device() removed. Should be made available as a separate project(s).

It does not mention that alot of this was moved to here: https://github.com/zeromq/libzfl

Won't Fix

Details

Assignee

Reporter

Labels

Components

Affects versions

Priority

Created April 26, 2012 at 8:26 PM
Updated May 5, 2012 at 8:17 AM
Resolved May 5, 2012 at 8:17 AM