renamed mutex

This commit is contained in:
Bruno Morais 2019-09-05 19:39:26 -04:00
parent 9247943714
commit fdbb84a766

View File

@ -73,7 +73,7 @@ static class MPRISRemote : public IPlaybackRemote {
private: private:
IPlaybackService* playback; IPlaybackService* playback;
sd_bus* bus; sd_bus* bus;
std::mutex mutex; std::mutex sd_mutex;
std::shared_ptr<std::thread> thread; std::shared_ptr<std::thread> thread;
bool mpris_initialized; bool mpris_initialized;
bool stop_processing; bool stop_processing;