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
cabf4e65
Commit
cabf4e65
authored
Jun 21, 2013
by
Ian Barber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comments to clarify the socket name function
parent
1fe78206
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mechanism.hpp
src/mechanism.hpp
+2
-0
stream_engine.hpp
src/stream_engine.hpp
+0
-2
No files found.
src/mechanism.hpp
View file @
cabf4e65
...
@@ -58,6 +58,8 @@ namespace zmq
...
@@ -58,6 +58,8 @@ namespace zmq
protected
:
protected
:
// Only used to identify the socket for the Socket-Type
// property in the wire protocol.
const
char
*
socket_type_string
(
int
socket_type
)
const
;
const
char
*
socket_type_string
(
int
socket_type
)
const
;
size_t
add_property
(
unsigned
char
*
ptr
,
const
char
*
name
,
size_t
add_property
(
unsigned
char
*
ptr
,
const
char
*
name
,
...
...
src/stream_engine.hpp
View file @
cabf4e65
...
@@ -109,8 +109,6 @@ namespace zmq
...
@@ -109,8 +109,6 @@ namespace zmq
size_t
add_property
(
unsigned
char
*
ptr
,
size_t
add_property
(
unsigned
char
*
ptr
,
const
char
*
name
,
const
void
*
value
,
size_t
value_len
);
const
char
*
name
,
const
void
*
value
,
size_t
value_len
);
const
char
*
socket_type_string
(
int
socket_type
);
// Underlying socket.
// Underlying socket.
fd_t
s
;
fd_t
s
;
...
...
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