From bef6322859a5dc01e35d884de7afd2eabb1d9e4d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 17 May 2007 22:22:53 +0000 Subject: at basic locking/threading support git-svn-id: file:///home/lennart/svn/public/libsydney/trunk@26 9ba3c220-e4d3-45a2-8aa3-73fcc9aff6ce --- common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common.h') diff --git a/common.h b/common.h index 41c43b1..58a9a3e 100644 --- a/common.h +++ b/common.h @@ -2,6 +2,7 @@ #define foocommonh #include "sydney.h" +#include "mutex.h" #define _META_NAMES_MAX 9 @@ -55,6 +56,8 @@ struct sa_stream { void *meta_data[_META_NAMES_MAX]; size_t meta_data_size[_META_NAMES_MAX]; + + sa_mutex_t *mutex; }; size_t get_pcm_sample_size(sa_pcm_format_t f); -- cgit