From aed2d9de0a7edb974cea58e8fe0c3fe73ccb58f3 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 2 Oct 2014 03:19:03 +0200 Subject: added command line switch to disable automatic client handling added some warnings for pointless configuration combinations --- src/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/options.h') diff --git a/src/options.h b/src/options.h index cf18b9f..9ebcb01 100644 --- a/src/options.h +++ b/src/options.h @@ -70,6 +70,7 @@ struct options_struct { gint rtp_port_base_; gchar* rtp_addr_local_; gint rtp_port_base_local_; + gboolean auto_client_; gint timeout_; gint keepalive_int_; -- cgit v1.2.3