From 63e70332393e4fb6ae275abf1e1baea0235f08e9 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 26 Feb 2013 20:17:32 +0100 Subject: Add label argument to *_client_start_service() helpers --- dev/ideviceheartbeat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev') 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"); -- cgit v1.1-32-gdbae