summaryrefslogtreecommitdiff
path: root/src/pgm_sender.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-09-16 15:52:39 +0200
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-09-16 15:52:39 +0200
commitd16b3bc0c93452a4be7d06525793ac5190e38031 (patch)
tree8df8fd248b5b64c57a96b4da03506318f4d29956 /src/pgm_sender.hpp
parent35c58dc7331e3c5033b16829dff40437efe97a81 (diff)
parent10dd8c53460a28849aacf7d2e24b63d7fae11ae0 (diff)
Merge branch 'master' of git@github.com:sustrik/zeromq2
Diffstat (limited to 'src/pgm_sender.hpp')
-rw-r--r--src/pgm_sender.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pgm_sender.hpp b/src/pgm_sender.hpp
index 80be8d4..8fdda6c 100644
--- a/src/pgm_sender.hpp
+++ b/src/pgm_sender.hpp
@@ -42,7 +42,7 @@ namespace zmq
const char *session_name_);
~pgm_sender_t ();
- int init (const char *network_);
+ int init (bool udp_encapsulation_, const char *network_);
// i_engine interface implementation.
void plug (struct i_inout *inout_);