diff options
author | Martin Sustrik <sustrik@fastmq.commkdir> | 2009-09-16 15:52:39 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@fastmq.commkdir> | 2009-09-16 15:52:39 +0200 |
commit | d16b3bc0c93452a4be7d06525793ac5190e38031 (patch) | |
tree | 8df8fd248b5b64c57a96b4da03506318f4d29956 /src/pgm_socket.hpp | |
parent | 35c58dc7331e3c5033b16829dff40437efe97a81 (diff) | |
parent | 10dd8c53460a28849aacf7d2e24b63d7fae11ae0 (diff) |
Merge branch 'master' of git@github.com:sustrik/zeromq2
Diffstat (limited to 'src/pgm_socket.hpp')
-rw-r--r-- | src/pgm_socket.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pgm_socket.hpp b/src/pgm_socket.hpp index 632288d..fe4468b 100644 --- a/src/pgm_socket.hpp +++ b/src/pgm_socket.hpp @@ -52,7 +52,7 @@ namespace zmq ~pgm_socket_t (); // Initialize PGM network structures (GSI, GSRs). - int init (const char *network_); + int init (bool udp_encapsulation_, const char *network_); // Open PGM transport. Parameters are the same as in constructor. int open_transport (void); |