From bef655966045af34e1f20a7211f0cab2e7e79001 Mon Sep 17 00:00:00 2001 From: Zach C Date: Wed, 6 Aug 2008 21:04:09 -0700 Subject: Adds locking and fixes a minor bug in mux_recv Signed-off-by: Matt Colyer --- src/AFC.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/AFC.h') diff --git a/src/AFC.h b/src/AFC.h index 2827030..32defbe 100644 --- a/src/AFC.h +++ b/src/AFC.h @@ -38,6 +38,7 @@ typedef struct { usbmux_connection *connection; AFCPacket *afc_packet; int file_handle; + int lock; } AFClient; typedef struct { -- cgit v1.1-32-gdbae