Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
db7fe858
Commit
db7fe858
authored
Sep 04, 2010
by
Martin Sustrik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Broken device numbering reverted
parent
10227899
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
zmq.h
include/zmq.h
+4
-4
No files found.
include/zmq.h
View file @
db7fe858
...
@@ -166,7 +166,6 @@ ZMQ_EXPORT int zmq_term (void *context);
...
@@ -166,7 +166,6 @@ ZMQ_EXPORT int zmq_term (void *context);
/* Socket options. */
/* Socket options. */
#define ZMQ_HWM 1
#define ZMQ_HWM 1
/* ZMQ_LWM 2 no longer supported */
#define ZMQ_SWAP 3
#define ZMQ_SWAP 3
#define ZMQ_AFFINITY 4
#define ZMQ_AFFINITY 4
#define ZMQ_IDENTITY 5
#define ZMQ_IDENTITY 5
...
@@ -217,12 +216,12 @@ typedef struct
...
@@ -217,12 +216,12 @@ typedef struct
ZMQ_EXPORT
int
zmq_poll
(
zmq_pollitem_t
*
items
,
int
nitems
,
long
timeout
);
ZMQ_EXPORT
int
zmq_poll
(
zmq_pollitem_t
*
items
,
int
nitems
,
long
timeout
);
/******************************************************************************/
/******************************************************************************/
/* Devices
*/
/* Devices
- Experimental.
*/
/******************************************************************************/
/******************************************************************************/
#define ZMQ_
QUEUE
1
#define ZMQ_
STREAMER
1
#define ZMQ_FORWARDER 2
#define ZMQ_FORWARDER 2
#define ZMQ_
STREAMER
3
#define ZMQ_
QUEUE
3
ZMQ_EXPORT
int
zmq_device
(
int
device
,
void
*
insocket
,
void
*
outsocket
);
ZMQ_EXPORT
int
zmq_device
(
int
device
,
void
*
insocket
,
void
*
outsocket
);
...
@@ -233,3 +232,4 @@ ZMQ_EXPORT int zmq_device (int device, void * insocket, void* outsocket);
...
@@ -233,3 +232,4 @@ ZMQ_EXPORT int zmq_device (int device, void * insocket, void* outsocket);
#endif
#endif
#endif
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment