diff options
author | Christian Pointner <equinox@spreadspace.org> | 2014-10-02 03:19:03 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2014-10-02 03:19:15 +0200 |
commit | aed2d9de0a7edb974cea58e8fe0c3fe73ccb58f3 (patch) | |
tree | 2127f0049f082333ffc2edcc7ece16b671253e47 /src/options.h | |
parent | fixed error output (diff) |
added command line switch to disable automatic client handling
added some warnings for pointless configuration combinations
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
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_; |