summaryrefslogtreecommitdiff
path: root/queue.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-03-26 23:03:00 +0100
committerJochen Dolze <vdr@dolze.de>2010-03-26 23:03:00 +0100
commit9d00888b7602718f6b6954a51a8bfd468b5573fb (patch)
tree1349a0732047529fd2ae9e92aede42ca548bf3b2 /queue.h
parentb445c3bdbb6b222468052be12ee36422a99a8323 (diff)
downloadvdr-plugin-markad-9d00888b7602718f6b6954a51a8bfd468b5573fb.tar.gz
vdr-plugin-markad-9d00888b7602718f6b6954a51a8bfd468b5573fb.tar.bz2
Fixed buffer full bug, added queue debugging (-v -v)
Diffstat (limited to 'queue.h')
-rw-r--r--queue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/queue.h b/queue.h
index ef3eb0e..f550e62 100644
--- a/queue.h
+++ b/queue.h
@@ -9,6 +9,7 @@
#define __queue_h_
#include <vdr/tools.h> // needed for (d/e/i)syslog
+#include "debug.h"
#ifndef uchar
typedef unsigned char uchar;
@@ -113,6 +114,7 @@ private:
} pktinfo;
int percent;
+ int mpercent;
uchar *buffer;
int maxqueue;