summaryrefslogtreecommitdiffstats
path: root/src/installation_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/installation_proxy.h')
-rw-r--r--src/installation_proxy.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/installation_proxy.h b/src/installation_proxy.h
index 4f79c12..15dbb84 100644
--- a/src/installation_proxy.h
+++ b/src/installation_proxy.h
@@ -2,7 +2,8 @@
2 * installation_proxy.h 2 * installation_proxy.h
3 * com.apple.mobile.installation_proxy service header file. 3 * com.apple.mobile.installation_proxy service header file.
4 * 4 *
5 * Copyright (c) 2009 Nikias Bassen, All Rights Reserved. 5 * Copyright (c) 2010-2015 Martin Szulecki All Rights Reserved.
6 * Copyright (c) 2010-2013 Nikias Bassen, All Rights Reserved.
6 * 7 *
7 * This library is free software; you can redistribute it and/or 8 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public 9 * modify it under the terms of the GNU Lesser General Public
@@ -29,7 +30,7 @@
29struct instproxy_client_private { 30struct instproxy_client_private {
30 property_list_service_client_t parent; 31 property_list_service_client_t parent;
31 mutex_t mutex; 32 mutex_t mutex;
32 thread_t status_updater; 33 thread_t receive_status_thread;
33}; 34};
34 35
35#endif 36#endif