rcinput: use mutex, suggested by Seife

Origin commit data
------------------
Branch: ni/coolstream
Commit: 409b36c776
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-10-14 (Mon, 14 Oct 2019)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2019-10-14 15:45:01 +02:00
committed by vanhofen
parent 19d489e75c
commit 2613ce696c
2 changed files with 10 additions and 3 deletions

View File

@@ -162,6 +162,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);