diff options
author | Jochen Dolze <vdr@dolze.de> | 2010-11-24 21:52:42 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2010-11-24 21:52:42 +0100 |
commit | e2430c1f20aea2082def6aa4227e7303273b72e0 (patch) | |
tree | d108227ae5295630a536d01dbf7bcba7059eeea8 /command/queue.h | |
parent | 83de61beb75c5554ec5773f63840990584d5da57 (diff) | |
download | vdr-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.h | 2 |
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; |