summaryrefslogtreecommitdiffstats
path: root/dev/ideviceheartbeat.c
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-02-26 20:17:32 +0100
committerGravatar Martin Szulecki2013-02-27 16:18:48 +0100
commit63e70332393e4fb6ae275abf1e1baea0235f08e9 (patch)
tree4a5545bc4d40f2c5e1cc1b96498ca5af9c74977d /dev/ideviceheartbeat.c
parenta3cdb72ecf938b474174d5fd7cad348ec170dc4b (diff)
downloadlibimobiledevice-63e70332393e4fb6ae275abf1e1baea0235f08e9.tar.gz
libimobiledevice-63e70332393e4fb6ae275abf1e1baea0235f08e9.tar.bz2
Add label argument to *_client_start_service() helpers
Diffstat (limited to 'dev/ideviceheartbeat.c')
-rw-r--r--dev/ideviceheartbeat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ideviceheartbeat.c b/dev/ideviceheartbeat.c
index 4fb56ff..89fe742 100644
--- a/dev/ideviceheartbeat.c
+++ b/dev/ideviceheartbeat.c
@@ -101,7 +101,7 @@ int main(int argc, char *argv[])
}
/* start heartbeat service on device */
- heartbeat_client_start_service(device, &heartbeat);
+ heartbeat_client_start_service(device, &heartbeat, "ideviceheartbeat");
if (heartbeat) {
printf("< heartbeat started, listening...\n");