summaryrefslogtreecommitdiff
path: root/command/queue.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-11-24 21:52:42 +0100
committerJochen Dolze <vdr@dolze.de>2010-11-24 21:52:42 +0100
commite2430c1f20aea2082def6aa4227e7303273b72e0 (patch)
treed108227ae5295630a536d01dbf7bcba7059eeea8 /command/queue.h
parent83de61beb75c5554ec5773f63840990584d5da57 (diff)
downloadvdr-plugin-markad-e2430c1f20aea2082def6aa4227e7303273b72e0.tar.gz
vdr-plugin-markad-e2430c1f20aea2082def6aa4227e7303273b72e0.tar.bz2
Added log to recdir option
Added access check for recdir
Diffstat (limited to 'command/queue.h')
-rw-r--r--command/queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/command/queue.h b/command/queue.h
index 855355b..4efd197 100644
--- a/command/queue.h
+++ b/command/queue.h
@@ -18,7 +18,7 @@ typedef struct MarkAdPacket
{
uchar *Data;
int Length;
- unsigned int Timestamp;
+ int Skipped;
bool Offcnt;
} MarkAdPacket;