summaryrefslogtreecommitdiffstats
path: root/src/companion_proxy.h
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2020-06-08 00:43:36 +0200
committerGravatar Martin Szulecki2020-06-08 00:43:36 +0200
commit542ef4711ff6f321014e2465264159245e5f3c51 (patch)
tree7107a7de2ae5a84c0109ebe149b7104b5eb2336b /src/companion_proxy.h
parent02c925788d44149816b2b5b307fda3eb0e11066c (diff)
downloadlibimobiledevice-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.h2
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 @@
#include "property_list_service.h"
#include "common/thread.h"
-struct compproxy_client_private {
+struct companion_proxy_client_private {
property_list_service_client_t parent;
THREAD_T event_thread;
};