From 094535c010320967639e8e86f974d878e80baa72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 1 May 2015 16:13:57 +0200 Subject: Imported Upstream version 1.7.0 --- spectro/usbio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spectro/usbio.h') diff --git a/spectro/usbio.h b/spectro/usbio.h index 1181801..578bd83 100644 --- a/spectro/usbio.h +++ b/spectro/usbio.h @@ -185,7 +185,7 @@ typedef enum { struct _usb_cancelt { amutex cmtx; int state; /* 0 = init, 1 = pending, 2 = complete */ - amutex cond; /* Wait for state 0->1 sync. mutex */ + amutex condx; /* Wait for state 0->1 sync. mutex */ void *hcancel; /* Pointer to implementation cancel handle */ }; -- cgit v1.2.3