diff options
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); |