mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
rcinput: use mutex, suggested by Seife
This commit is contained in:
@@ -158,6 +158,7 @@ class CRCInput
|
||||
int fd_max;
|
||||
__u16 rc_last_key;
|
||||
OpenThreads::Mutex mutex;
|
||||
OpenThreads::Mutex timer_mutex;
|
||||
|
||||
void open(bool recheck = false);
|
||||
bool checkpath(in_dev id);
|
||||
|
Reference in New Issue
Block a user