From af44f3cafbe4a2a2f2c4bb5879d803f766cf775a Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Tue, 9 Oct 2007 13:31:57 +0000 Subject: Fix device removal when it is not the current adapter. --- audio/device.h | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/device.h') diff --git a/audio/device.h b/audio/device.h index a9954314..61ccc677 100644 --- a/audio/device.h +++ b/audio/device.h @@ -55,6 +55,7 @@ struct device { DBusConnection *conn; char *adapter_path; char *path; + bdaddr_t store; bdaddr_t src; bdaddr_t dst; -- cgit