diff options
| author | 2019-06-11 01:12:49 +0200 | |
|---|---|---|
| committer | 2019-06-11 01:12:49 +0200 | |
| commit | 59adbacef6d400d4c6458f26daddda24bcdfd635 (patch) | |
| tree | fab41dc53822655f4be988017be4031be64cac33 /src/notification_proxy.h | |
| parent | 34444782e22ebfd2abc9e5e9c27e170a839ff66b (diff) | |
| download | libimobiledevice-59adbacef6d400d4c6458f26daddda24bcdfd635.tar.gz libimobiledevice-59adbacef6d400d4c6458f26daddda24bcdfd635.tar.bz2 | |
common: Update thread.c/.h to match the one from libusbmuxd
Diffstat (limited to 'src/notification_proxy.h')
| -rw-r--r-- | src/notification_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notification_proxy.h b/src/notification_proxy.h index cc25a95..f641e25 100644 --- a/src/notification_proxy.h +++ b/src/notification_proxy.h | |||
| @@ -29,7 +29,7 @@ | |||
| 29 | struct np_client_private { | 29 | struct np_client_private { |
| 30 | property_list_service_client_t parent; | 30 | property_list_service_client_t parent; |
| 31 | mutex_t mutex; | 31 | mutex_t mutex; |
| 32 | thread_t notifier; | 32 | THREAD_T notifier; |
| 33 | }; | 33 | }; |
| 34 | 34 | ||
| 35 | void* np_notifier(void* arg); | 35 | void* np_notifier(void* arg); |
