diff options
author | Chris Robinson <[email protected]> | 2014-12-21 10:38:40 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-12-21 10:38:40 -0800 |
commit | 28a9f0826c8ab7a645d1cd60151d6590ec490c1b (patch) | |
tree | bf585d7b08fdc0dfec8537934aeefa4f1329c450 /OpenAL32/Include/alMain.h | |
parent | 6574fa4863d3f913ab99ccca9a699e1125c2d11e (diff) |
Use a macro for the record thread name
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 54bbc565..115edb03 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -760,6 +760,8 @@ struct ALCdevice_struct * compatibility with pthread_setname_np limitations. */ #define MIXER_THREAD_NAME "alsoft-mixer" +#define RECORD_THREAD_NAME "alsoft-record" + struct ALCcontext_struct { |