diff options
Diffstat (limited to 'src/AFC.h')
-rw-r--r-- | src/AFC.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ typedef struct { usbmux_connection *connection; AFCPacket *afc_packet; int file_handle; + int lock; } AFClient; typedef struct { |