aboutsummaryrefslogtreecommitdiff
path: root/arm-probe
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2012-10-12 12:07:44 +0800
committerAndy Green <andy.green@linaro.org>2012-10-12 12:07:44 +0800
commit7e79599d0e1ec600c9f670cf1d94f11bdafb1c46 (patch)
tree8b68a12d21e4e69f083529f937b2fe9263e0996b /arm-probe
parente1c9107dfc99a1827db10ee558f59c88113cd000 (diff)
change process name of aep service fork
Signed-off-by: Andy Green <andy.green@linaro.org>
Diffstat (limited to 'arm-probe')
-rw-r--r--arm-probe/arm-probe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm-probe/arm-probe.c b/arm-probe/arm-probe.c
index 0b8453c..3a8c629 100644
--- a/arm-probe/arm-probe.c
+++ b/arm-probe/arm-probe.c
@@ -287,7 +287,7 @@ int main(int argc, char *argv[])
* shared-memory buffer to allow for jitter
*/
- if (aep_init_and_fork(&aep_context) < 1)
+ if (aep_init_and_fork(&aep_context, argv) < 1)
return 0; /* child process exit */