From 4ecd3b6f0338303d4a809c84b0446fcef148bc11 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Sun, 9 Mar 2008 21:19:42 +0000 Subject: rtrproxy builds now --- anyrtpproxy/options.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'anyrtpproxy/options.h') diff --git a/anyrtpproxy/options.h b/anyrtpproxy/options.h index 25004a4..12107b6 100644 --- a/anyrtpproxy/options.h +++ b/anyrtpproxy/options.h @@ -83,6 +83,11 @@ public: u_int16_t getSendPort(); Host getControlInterface(); HostList getRemoteHosts(); + u_int16_t getLocalSyncPort(); + Options& setLocalSyncPort(u_int16_t l); + ConnectToList getConnectTo(); + Options& setMux(u_int16_t m); + private: Options(); @@ -108,6 +113,8 @@ private: std::string username_; std::string chroot_dir_; bool daemonize_; + u_int16_t local_sync_port_; + ConnectToList connect_to_; u_int16_t send_port_; Host control_interface_; HostList remote_hosts_; -- cgit v1.2.3