summaryrefslogtreecommitdiff
path: root/server/setup.h
diff options
context:
space:
mode:
authorschmirl <schmirl>2009-02-13 10:39:40 +0000
committerschmirl <schmirl>2009-02-13 10:39:40 +0000
commite3599df3083ec6aa9b8656589a171e2c5d3d7e7a (patch)
tree875d67c52b228d945bf95e640ef57f1270319f72 /server/setup.h
parentfa06a6068bd47868fe65b24af8f0a469ae6b46a6 (diff)
downloadvdr-plugin-streamdev-e3599df3083ec6aa9b8656589a171e2c5d3d7e7a.tar.gz
vdr-plugin-streamdev-e3599df3083ec6aa9b8656589a171e2c5d3d7e7a.tar.bz2
Added IGMP Multicast server
Modified Files: Tag: v0_4 CONTRIBUTORS HISTORY Makefile README i18n.c server/component.c server/component.h server/connection.c server/connection.h server/livefilter.c server/server.c server/setup.c server/setup.h server/streamer.c server/streamer.h streamdev/streamdevhosts.conf tools/socket.c tools/socket.h Added Files: Tag: v0_4 patches/vdr-cap_net_raw.diff server/componentIGMP.c server/componentIGMP.h server/connectionIGMP.c server/connectionIGMP.h
Diffstat (limited to 'server/setup.h')
-rw-r--r--server/setup.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/server/setup.h b/server/setup.h
index ff27618..ff2a5d9 100644
--- a/server/setup.h
+++ b/server/setup.h
@@ -1,5 +1,5 @@
/*
- * $Id: setup.h,v 1.1 2004/12/30 22:44:21 lordjaxom Exp $
+ * $Id: setup.h,v 1.1.1.1.2.1 2009/02/13 10:39:42 schmirl Exp $
*/
#ifndef VDR_STREAMDEV_SETUPSERVER_H
@@ -20,6 +20,10 @@ struct cStreamdevServerSetup {
int HTTPServerPort;
int HTTPStreamType;
char HTTPBindIP[20];
+ int StartIGMPServer;
+ int IGMPClientPort;
+ int IGMPStreamType;
+ char IGMPBindIP[20];
int SuspendMode;
int AllowSuspend;
};