mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
lcd4l: add function to reset m_parseID
Origin commit data
------------------
Commit: b1ca9a3fb3
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-25 (Tue, 25 Dec 2018)
Origin message was:
------------------
- lcd4l: add function to reset m_parseID
This commit is contained in:
@@ -54,6 +54,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