From 09ed8a86743fb6276d6cbb448508854dd495c20f Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Fri, 8 Apr 2016 14:37:05 +0300 Subject: [PATCH] [FIX] Function name fix terminate_all_target() -> terminate_all() Change-Id: I203c6c52e6e65d4ac4f435663f6e95c529484852 Signed-off-by: Alexander Aksenov --- daemon/daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/daemon.c b/daemon/daemon.c index 1395129..e4df6a4 100644 --- a/daemon/daemon.c +++ b/daemon/daemon.c @@ -356,7 +356,7 @@ void restart_all(void) LOGI("Restart all profiled apps\n"); - terminate_all_target(); + terminate_all(); target_stop_all(); target_wait_all(); terminate_profiling_apps(); -- 2.7.4