Do not force computing streaming statistic

Let user to define STREAM_STATS to enable them

Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
Pavel Grunt 2016-06-30 11:17:49 +02:00
parent fb1b30a0e5
commit 3a06113ce4

View File

@ -52,7 +52,6 @@ typedef struct RedStreamActivateReportItem {
uint32_t stream_id;
} RedStreamActivateReportItem;
#define STREAM_STATS
#ifdef STREAM_STATS
typedef struct StreamStats {
uint64_t num_drops_pipe;