From 542ef4711ff6f321014e2465264159245e5f3c51 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 8 Jun 2020 00:43:36 +0200 Subject: 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. --- src/companion_proxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/companion_proxy.h') 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; }; -- cgit v1.1-32-gdbae