From f8bf3a4cef6b8e1688683ab8c5ed6dd1bc8e3a12 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Mon, 27 Jun 2011 18:16:53 +0200 Subject: Rename i_inout to i_engine_sink Signed-off-by: Martin Sustrik --- src/pgm_sender.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pgm_sender.hpp') diff --git a/src/pgm_sender.hpp b/src/pgm_sender.hpp index 4a21b3f..c29dd12 100644 --- a/src/pgm_sender.hpp +++ b/src/pgm_sender.hpp @@ -50,7 +50,7 @@ namespace zmq int init (bool udp_encapsulation_, const char *network_); // i_engine interface implementation. - void plug (class io_thread_t *io_thread_, struct i_inout *inout_); + void plug (class io_thread_t *io_thread_, struct i_engine_sink *sink_); void unplug (); void terminate (); void activate_in (); -- cgit v1.2.3