diff options
| author | 2020-06-08 00:43:36 +0200 | |
|---|---|---|
| committer | 2020-06-08 00:43:36 +0200 | |
| commit | 542ef4711ff6f321014e2465264159245e5f3c51 (patch) | |
| tree | 7107a7de2ae5a84c0109ebe149b7104b5eb2336b /src/companion_proxy.h | |
| parent | 02c925788d44149816b2b5b307fda3eb0e11066c (diff) | |
| download | libimobiledevice-542ef4711ff6f321014e2465264159245e5f3c51.tar.gz libimobiledevice-542ef4711ff6f321014e2465264159245e5f3c51.tar.bz2 | |
Rename "compproxy" names to "companion_proxy" in all related code
This now matches how other services are named as we try to use the lockdownd
provided name or otherwise a more readable one even if it is longer.
Diffstat (limited to 'src/companion_proxy.h')
| -rw-r--r-- | src/companion_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/companion_proxy.h b/src/companion_proxy.h index 33c4a80..0314b67 100644 --- a/src/companion_proxy.h +++ b/src/companion_proxy.h | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | #include "property_list_service.h" | 26 | #include "property_list_service.h" |
| 27 | #include "common/thread.h" | 27 | #include "common/thread.h" |
| 28 | 28 | ||
| 29 | struct compproxy_client_private { | 29 | struct companion_proxy_client_private { |
| 30 | property_list_service_client_t parent; | 30 | property_list_service_client_t parent; |
| 31 | THREAD_T event_thread; | 31 | THREAD_T event_thread; |
| 32 | }; | 32 | }; |
