summaryrefslogtreecommitdiffstats
path: root/src/NotificationProxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/NotificationProxy.h')
-rw-r--r--src/NotificationProxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NotificationProxy.h b/src/NotificationProxy.h
index bc5be43..84f1f89 100644
--- a/src/NotificationProxy.h
+++ b/src/NotificationProxy.h
@@ -26,7 +26,7 @@
#include "libiphone/notification_proxy.h"
struct np_client_int {
- int sfd;
+ iphone_connection_t connection;
GMutex *mutex;
GThread *notifier;
};