summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorschmirl <schmirl>2009-07-01 10:46:15 +0000
committerschmirl <schmirl>2009-07-01 10:46:15 +0000
commit052a94db5a964fad9bcbeab06f9467bbf55583b0 (patch)
tree0e5fab0f0a330abc68fa2c0883cea85906e7c214 /common.h
parent7b8e396f775608968ebe274e36fc776bb295dd97 (diff)
downloadvdr-plugin-streamdev-052a94db5a964fad9bcbeab06f9467bbf55583b0.tar.gz
vdr-plugin-streamdev-052a94db5a964fad9bcbeab06f9467bbf55583b0.tar.bz2
added XBMC support by extending VTP capabilities (thanks to Alwin Esch)
Modified Files: CONTRIBUTORS HISTORY Makefile common.h server/connectionVTP.c server/connectionVTP.h
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common.h b/common.h
index a32c988..f7b894a 100644
--- a/common.h
+++ b/common.h
@@ -1,5 +1,5 @@
/*
- * $Id: common.h,v 1.13 2009/06/19 06:32:38 schmirl Exp $
+ * $Id: common.h,v 1.14 2009/07/01 10:46:16 schmirl Exp $
*/
#ifndef VDR_STREAMDEV_COMMON_H
@@ -72,6 +72,7 @@ enum eSocketId {
siLive,
siReplay,
siLiveFilter,
+ siDataRespond,
si_Count
};