diff options
Diffstat (limited to 'src/PortID.hpp')
-rw-r--r-- | src/PortID.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/PortID.hpp b/src/PortID.hpp index 022dc82..7d76d7a 100644 --- a/src/PortID.hpp +++ b/src/PortID.hpp @@ -49,7 +49,10 @@ struct PortID { union { #ifdef USE_LIBJACK - jack_port_id_t jack_id; + struct { + jack_port_id_t jack_id; + int jack_flags; + }; #endif #ifdef HAVE_ALSA snd_seq_addr_t alsa_addr; |