diff options
Diffstat (limited to 'lib/epgservice.h')
-rw-r--r-- | lib/epgservice.h | 11 |
1 files changed, 11 insertions, 0 deletions
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 |