summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/common.h b/src/common.h
index dbf03b0..698dbf6 100644
--- a/src/common.h
+++ b/src/common.h
@@ -3,6 +3,7 @@
#include "sydney.h"
#include "mutex.h"
+#include "macro.h"
#define _META_NAMES_MAX 9
@@ -28,8 +29,8 @@ struct sa_stream {
size_t write_upper_watermark;
sa_xrun_mode_t xrun_mode;
- int ni_enabled;
- int dynamic_rate_enabled;
+ sa_bool_t ni_enabled;
+ sa_bool_t dynamic_rate_enabled;
sa_event_callback_t event_callback;