mainloop: Change wakeup_requested type from pa_bool_t to pa_atomic_t.
authorTanu Kaskinen <tanu.kaskinen@digia.com>
Mon, 2 Apr 2012 12:01:02 +0000 (15:01 +0300)
committerTanu Kaskinen <tanuk@iki.fi>
Thu, 15 Nov 2012 15:52:22 +0000 (17:52 +0200)
commit58de999a310757d69801d5e53dbce824dc961404
tree9f59eb69af7d567686f1bea76ee28a57075694f5
parent387681d4179e3ac9ebeafef2cc8a4ab0a91f58f5
mainloop: Change wakeup_requested type from pa_bool_t to pa_atomic_t.

The variable is accessed from multiple threads, so it should
be atomic.
src/pulse/mainloop.c