Make killNow volatile

This commit is contained in:
Chris Robinson 2010-07-24 10:54:12 -07:00
parent e0d0edc0fc
commit ab77fc14d5

View File

@ -136,7 +136,7 @@ typedef struct {
pa_threaded_mainloop *loop;
ALvoid *thread;
ALboolean killNow;
volatile ALboolean killNow;
pa_stream *stream;
pa_context *context;