Commit 3d8eb071 authored by Martin Sustrik's avatar Martin Sustrik

Coding style fixed for pgm_socket

Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
parent b358df9f
This diff is collapsed.
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment