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
3d8eb071
Commit
3d8eb071
authored
Oct 30, 2010
by
Martin Sustrik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Coding style fixed for pgm_socket
Signed-off-by:
Martin Sustrik
<
sustrik@250bpm.com
>
parent
b358df9f
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
pgm_socket.cpp
src/pgm_socket.cpp
+0
-0
pgm_socket.hpp
src/pgm_socket.hpp
+2
-3
No files found.
src/pgm_socket.cpp
View file @
3d8eb071
This diff is collapsed.
Click to expand it.
src/pgm_socket.hpp
View file @
3d8eb071
...
...
@@ -40,9 +40,8 @@ namespace zmq
{
public
:
// If receiver_ is true PGM transport is not generating SPM packets.
// interface format: iface;mcast_group:port for raw PGM socket
// udp:iface;mcast_goup:port for UDP encapsulacion
pgm_socket_t
(
bool
receiver_
,
const
options_t
&
options_
);
// Closes the transport.
...
...
@@ -77,7 +76,7 @@ namespace zmq
private
:
// OpenPGM transport
// OpenPGM transport
.
pgm_sock_t
*
sock
;
int
last_rx_status
,
last_tx_status
;
...
...
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