diff options
Diffstat (limited to 'src/dabInputZmq.h')
-rw-r--r-- | src/dabInputZmq.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dabInputZmq.h b/src/dabInputZmq.h index 1597298..2ba846b 100644 --- a/src/dabInputZmq.h +++ b/src/dabInputZmq.h @@ -167,6 +167,7 @@ class DabInputZmqBase : public DabInputBase, public RemoteControllable { m_bitrate(0), m_enable_input(true), m_config(config), + m_stats(m_name), m_prebuf_current(0) { RC_ADD_PARAMETER(enable, "If the input is enabled. Set to zero to empty the buffer."); @@ -231,6 +232,8 @@ class DabInputZmqBase : public DabInputBase, public RemoteControllable { std::string m_inputUri; + InputStat m_stats; + private: int m_prebuf_current; }; |