diff options
Diffstat (limited to 'src/events.h')
-rw-r--r-- | src/events.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/events.h b/src/events.h index 9e3cae1..538127b 100644 --- a/src/events.h +++ b/src/events.h @@ -84,11 +84,12 @@ public: { } - bool rampdownInProgress() const + bool hasRampdown() const { return rampdown_count != -1; } + cacheid_t cache_id; sample_t* buffer; std::size_t buffer_size; |