aboutsummaryrefslogtreecommitdiffstats
path: root/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.h b/src/options.h
index 91fbb77..3060eb3 100644
--- a/src/options.h
+++ b/src/options.h
@@ -16,7 +16,7 @@ typedef struct {
char* load; ///< Path for state to load
char* preset; ///< URI of preset to load
char** controls; ///< Control values
- uint32_t buffer_size; ///< Plugin <=> UI communication buffer size
+ uint32_t ring_size; ///< Plugin <=> UI communication buffer size
double update_rate; ///< UI update rate in Hz
double scale_factor; ///< UI scale factor
int dump; ///< Dump communication iff true