diff options
author | Christian Pointner <equinox@spreadspace.org> | 2014-09-25 01:15:54 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2014-09-25 01:15:54 +0200 |
commit | 58eb7fbd7bb9257460b2fe3949c49b3c7afce81c (patch) | |
tree | fcbfbca83237bf9760249a0b5654e523ff9dfcf8 /src/options.h | |
parent | removing clients works now (diff) |
added timeout option
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 36c5aa4..6009246 100644 --- a/src/options.h +++ b/src/options.h @@ -64,6 +64,7 @@ struct options_struct { int rtp_port_base_; char* rtp_addr_local_; int rtp_port_base_local_; + int timeout_; char* preview_videosink_; |