mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
- lcd4l: add function to reset m_parseID
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -47,6 +47,8 @@ class CLCD4l
|
||||
int CreateFile(const char *file, std::string content = "", bool convert = false);
|
||||
int RemoveFile(const char *file);
|
||||
|
||||
void ResetParseID() { m_ParseID = 0; }
|
||||
|
||||
private:
|
||||
pthread_t thrLCD4l;
|
||||
static void* LCD4lProc(void *arg);
|
||||
|
Reference in New Issue
Block a user