summaryrefslogtreecommitdiff
path: root/src/pgm_socket.hpp
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2009-09-16 15:36:38 +0200
committermalosek <malosek@fastmq.com>2009-09-16 15:36:38 +0200
commit03d494d4f074a8707274e6d5fd21ac6dca917344 (patch)
tree611f288bbb2a89bc05d9d84e37a109551d6379c4 /src/pgm_socket.hpp
parentc6665f46be7eb701866441087c35cdb1a08fc641 (diff)
added udp:// transport prefix for PGM UDP encapsulation
Diffstat (limited to 'src/pgm_socket.hpp')
-rw-r--r--src/pgm_socket.hpp2
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);