summaryrefslogtreecommitdiffstats
path: root/src/dabInputZmq.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-01-17 18:42:32 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-01-17 18:42:32 +0100
commite8d55df0c08992521b303b689338c48ddfa307ce (patch)
treeb78229c8f040aca3b4bf85ba2ea0b83e524437d7 /src/dabInputZmq.h
parentedb874717f758475d8fa1b433b71b601d1774e84 (diff)
downloaddabmux-e8d55df0c08992521b303b689338c48ddfa307ce.tar.gz
dabmux-e8d55df0c08992521b303b689338c48ddfa307ce.tar.bz2
dabmux-e8d55df0c08992521b303b689338c48ddfa307ce.zip
Make inputZMQ use the statistics, add munin script
Diffstat (limited to 'src/dabInputZmq.h')
-rw-r--r--src/dabInputZmq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dabInputZmq.h b/src/dabInputZmq.h
index 17a4954..237209f 100644
--- a/src/dabInputZmq.h
+++ b/src/dabInputZmq.h
@@ -47,6 +47,7 @@
#include <string>
#include "dabInput.h"
#include "dabInputFifo.h"
+#include "StatsServer.h"
// Number of frames to prebuffer
#define INPUT_ZMQ_PREBUFFERING 10
@@ -61,7 +62,6 @@ struct dabInputZmqData {
void* zmq_context;
void* zmq_sock;
std::list<char*> frame_buffer; //stores elements of type char[<framesize>]
- dabInputFifoStats stats;
int prebuffering;
std::string uri;
};