From fc75b2cfa67c6b910293059614325c10a720f995 Mon Sep 17 00:00:00 2001 From: horchi Date: Mon, 6 Mar 2017 21:19:35 +0100 Subject: 2017-03-06: version 1.1.46 (horchi)\n - added: Added column for future features to vdrs table\n\n --- lib/epgservice.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'lib') diff --git a/lib/epgservice.h b/lib/epgservice.h index 969d17d..ff32e3a 100644 --- a/lib/epgservice.h +++ b/lib/epgservice.h @@ -465,4 +465,15 @@ struct Mysql_Init_Exit_v1_0 MysqlInitExitAction action; }; +//*************************************************************************** +// OSD2EPG Services +//*************************************************************************** + +#define OSD2WEB_PORT_SERVICE "osd2web-WebPortService-v1.0" + +struct Osd2Web_Port_v1_0 +{ + int webPort; +}; + #endif // __EPGSERVICE_H -- cgit v1.2.3