diff options
author | Lennart Poettering <lennart@poettering.net> | 2007-06-13 22:08:14 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2007-06-13 22:08:14 +0000 |
commit | be4a8828360b3607414c3ebfd836494e6490267d (patch) | |
tree | 765c44df62326769c1356483f79f5d300ddab9b3 /src/pulsecore/core.h | |
parent | 69115687ad1604ddfa9fa7cd86eb286e6bb5ea9a (diff) |
A lot of more work to get the lock-free stuff in place
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1474 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulsecore/core.h')
-rw-r--r-- | src/pulsecore/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/core.h b/src/pulsecore/core.h index 86660b7a..a64f2179 100644 --- a/src/pulsecore/core.h +++ b/src/pulsecore/core.h @@ -98,7 +98,7 @@ struct pa_core { }; PA_DECLARE_CLASS(pa_core); -#define PA_CORE(o) ((pa_core*) o) +#define PA_CORE(o) pa_core_cast(o) enum { PA_CORE_MESSAGE_UNLOAD_MODULE, |