diff options
author | Martin Szulecki | 2013-02-26 20:17:32 +0100 |
---|---|---|
committer | Martin Szulecki | 2013-02-27 16:18:48 +0100 |
commit | 63e70332393e4fb6ae275abf1e1baea0235f08e9 (patch) | |
tree | 4a5545bc4d40f2c5e1cc1b96498ca5af9c74977d /dev | |
parent | a3cdb72ecf938b474174d5fd7cad348ec170dc4b (diff) | |
download | libimobiledevice-63e70332393e4fb6ae275abf1e1baea0235f08e9.tar.gz libimobiledevice-63e70332393e4fb6ae275abf1e1baea0235f08e9.tar.bz2 |
Add label argument to *_client_start_service() helpers
Diffstat (limited to 'dev')
-rw-r--r-- | dev/ideviceheartbeat.c | 2 |
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"); |