From ba7c61fb3901eb08eec4662c355f8e4275d68c61 Mon Sep 17 00:00:00 2001 From: Frank Schmirler Date: Sun, 11 Dec 2011 17:03:09 +0100 Subject: Support for non-cycle-free setups (e.g. where two VDRs mutually share their DVB cards through streamdev-client/-server). Must be enabled in streamdev-server setup. Obsoletes recursion patches. --- common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common.h') diff --git a/common.h b/common.h index 4d29d5e..2092de6 100644 --- a/common.h +++ b/common.h @@ -31,6 +31,9 @@ #define MAXPARSEBUFFER KILOBYTE(16) +/* Service ID for loop prevention */ +#define LOOP_PREVENTION_SERVICE "StreamdevLoopPrevention" + /* Check if a channel is a radio station. */ #define ISRADIO(x) ((x)->Vpid()==0||(x)->Vpid()==1||(x)->Vpid()==0x1fff) -- cgit v1.2.3