diff src/bluetooth/bluetooth.h @ 2882:15754379dbd5

fixed the remove bonding bug and made it thread safe
author Paula Stanciu <paula.stanciu@gmail.com>
date Thu, 07 Aug 2008 20:00:52 +0300
parents dc22e3d2e56e
children 5e97b55f87cf
line wrap: on
line diff
--- a/src/bluetooth/bluetooth.h	Thu Aug 07 17:19:39 2008 +0300
+++ b/src/bluetooth/bluetooth.h	Thu Aug 07 20:00:52 2008 +0300
@@ -47,5 +47,6 @@
 gint discover_finish ;
 DBusGConnection * bus;
 DBusGProxy * obj;
+gchar *bonded_dev;
+GMutex *bonded_dev_mutex;
 
-