diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-10-09 13:31:57 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-10-09 13:31:57 +0000 |
commit | af44f3cafbe4a2a2f2c4bb5879d803f766cf775a (patch) | |
tree | 305615a154490bd3175c6fe093a69bff46159ac8 /audio/device.h | |
parent | 0d1a32ac9d3fcdcbcd4ea20b76a1818db819fea7 (diff) |
Fix device removal when it is not the current adapter.
Diffstat (limited to 'audio/device.h')
-rw-r--r-- | audio/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |