summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index 63fc991..9d01c44 100644
--- a/src/common.h
+++ b/src/common.h
@@ -53,7 +53,7 @@ struct sa_stream {
sa_notify_t notify;
sa_event_t event;
- void *private; /* driver specific data */
+ void *driver_data; /* driver specific data */
void *meta_data[_META_NAMES_MAX];
size_t meta_data_size[_META_NAMES_MAX];