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 @@
26#include "libiphone/notification_proxy.h" 26#include "libiphone/notification_proxy.h"
27 27
28struct np_client_int { 28struct np_client_int {
29 int sfd; 29 iphone_connection_t connection;
30 GMutex *mutex; 30 GMutex *mutex;
31 GThread *notifier; 31 GThread *notifier;
32}; 32};