diff options
author | 2021-03-07 15:54:07 -0800 | |
---|---|---|
committer | 2022-05-05 19:00:09 +0200 | |
commit | ef94d2370063b6a409ff338dc87c06c2bb6d22c2 (patch) | |
tree | 71fc5008b04aafac77c07486e2dbff94e94a238e /src/bt_packet_logger.c | |
parent | 881d76c753846d38f7207fc992ea7fd1fd4692ed (diff) | |
download | libimobiledevice-ef94d2370063b6a409ff338dc87c06c2bb6d22c2.tar.gz libimobiledevice-ef94d2370063b6a409ff338dc87c06c2bb6d22c2.tar.bz2 |
idevicebtlogger: Minor cleanup
Diffstat (limited to 'src/bt_packet_logger.c')
-rw-r--r-- | src/bt_packet_logger.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bt_packet_logger.c b/src/bt_packet_logger.c index 196039e..5f7bdeb 100644 --- a/src/bt_packet_logger.c +++ b/src/bt_packet_logger.c | |||
@@ -28,6 +28,7 @@ | |||
28 | #include "bt_packet_logger.h" | 28 | #include "bt_packet_logger.h" |
29 | #include "lockdown.h" | 29 | #include "lockdown.h" |
30 | #include "common/debug.h" | 30 | #include "common/debug.h" |
31 | |||
31 | struct bt_packet_logger_worker_thread { | 32 | struct bt_packet_logger_worker_thread { |
32 | bt_packet_logger_client_t client; | 33 | bt_packet_logger_client_t client; |
33 | bt_packet_logger_receive_cb_t cbfunc; | 34 | bt_packet_logger_receive_cb_t cbfunc; |