@swesterfeld commented on this pull request.
> + std::atomic<int> atomic_active_ {0};
+ std::atomic<int> atomic_xruns_ {0};
+ int printed_xruns_ = 0;
+
+ bool is_down_ = false;
+ bool printed_is_down_ = false;
+
+ uint64 device_read_counter_ = 0;
+ uint64 device_write_counter_ = 0;
+ int device_open_counter_ = 0;
+
+ static int
+ static_process_callback (jack_nframes_t n_frames,
+ void *jack_handle)
+ {
+ return static_cast <JackPcmDriver *> (jack_handle)->process_callback (n_frames);
Done.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.