diff options
Diffstat (limited to 'src/installation_proxy.h')
| -rw-r--r-- | src/installation_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/installation_proxy.h b/src/installation_proxy.h index bbc14ce..66dd5d0 100644 --- a/src/installation_proxy.h +++ b/src/installation_proxy.h | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | struct instproxy_client_private { | 30 | struct instproxy_client_private { |
| 31 | property_list_service_client_t parent; | 31 | property_list_service_client_t parent; |
| 32 | mutex_t mutex; | 32 | mutex_t mutex; |
| 33 | thread_t receive_status_thread; | 33 | THREAD_T receive_status_thread; |
| 34 | }; | 34 | }; |
| 35 | 35 | ||
| 36 | #endif | 36 | #endif |
