diff options
Diffstat (limited to 'src/JackDbusDriver.hpp')
-rw-r--r-- | src/JackDbusDriver.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/JackDbusDriver.hpp b/src/JackDbusDriver.hpp index 9015907..8504f68 100644 --- a/src/JackDbusDriver.hpp +++ b/src/JackDbusDriver.hpp @@ -52,10 +52,10 @@ public: bool disconnect(PatchagePort* src, PatchagePort* dst); - size_t get_xruns(); - void reset_xruns(); - float get_max_dsp_load(); - void reset_max_dsp_load(); + uint32_t get_xruns(); + void reset_xruns(); + float get_max_dsp_load(); + void reset_max_dsp_load(); float sample_rate(); jack_nframes_t buffer_size(); |