Generate 64 bit id for internal lookup

Store the stringified id from chanellist into a 64 bit integer, which will be
used for matching epg data.

Signed-off-by: Julian Scheel <julian@jusst.de>
This commit is contained in:
Julian Scheel
2016-03-22 13:16:09 +01:00
parent a23e465b63
commit 68fb9608eb
2 changed files with 16 additions and 10 deletions

View File

@@ -30,6 +30,7 @@
struct OctonetChannel
{
int64_t nativeId;
std::string name;
std::string url;
bool radio;