summaryrefslogtreecommitdiff
path: root/src/components/transport_manager/include/transport_manager/usb/libusb/usb_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/transport_manager/include/transport_manager/usb/libusb/usb_connection.h')
-rw-r--r--src/components/transport_manager/include/transport_manager/usb/libusb/usb_connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/transport_manager/include/transport_manager/usb/libusb/usb_connection.h b/src/components/transport_manager/include/transport_manager/usb/libusb/usb_connection.h
index 0fb9c599c7..4d0fa70f70 100644
--- a/src/components/transport_manager/include/transport_manager/usb/libusb/usb_connection.h
+++ b/src/components/transport_manager/include/transport_manager/usb/libusb/usb_connection.h
@@ -86,7 +86,7 @@ class UsbConnection : public Connection {
std::list<protocol_handler::RawMessagePtr> out_messages_;
protocol_handler::RawMessagePtr current_out_message_;
- sync_primitives::Lock out_messages_mutex_;
+ sync_primitives::RecursiveLock out_messages_mutex_;
size_t bytes_sent_;
bool disconnecting_;
bool waiting_in_transfer_cancel_;