projects
/
platform
/
core
/
system
/
swap-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bf4079
)
[FIX] Function name fix
35/65335/1
author
Alexander Aksenov
<a.aksenov@samsung.com>
Fri, 8 Apr 2016 11:37:05 +0000
(14:37 +0300)
committer
Alexander Aksenov
<a.aksenov@samsung.com>
Fri, 8 Apr 2016 11:37:05 +0000
(14:37 +0300)
terminate_all_target() -> terminate_all()
Change-Id: I203c6c52e6e65d4ac4f435663f6e95c529484852
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
daemon/daemon.c
patch
|
blob
|
history
diff --git
a/daemon/daemon.c
b/daemon/daemon.c
index
1395129
..
e4df6a4
100644
(file)
--- 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();