summaryrefslogtreecommitdiffstats
path: root/src/installation_proxy.h
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2015-01-26 23:37:08 +0100
committerGravatar Martin Szulecki2015-01-27 22:01:23 +0100
commit9d7667a1ace1da60f508fa075793bba87e98af4a (patch)
tree498ca6fb596f0b32f65f3607275adb977be09d07 /src/installation_proxy.h
parent9aa2fdef1c2b6d2292562d926f8482424c3b65fb (diff)
downloadlibimobiledevice-9d7667a1ace1da60f508fa075793bba87e98af4a.tar.gz
libimobiledevice-9d7667a1ace1da60f508fa075793bba87e98af4a.tar.bz2
installation_proxy: Refactor implementation, add new commands and helpers
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