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_sender.hpp | |
parent | 35c58dc7331e3c5033b16829dff40437efe97a81 (diff) | |
parent | 10dd8c53460a28849aacf7d2e24b63d7fae11ae0 (diff) |
Merge branch 'master' of git@github.com:sustrik/zeromq2
Diffstat (limited to 'src/pgm_sender.hpp')
-rw-r--r-- | src/pgm_sender.hpp | 2 |
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_); |