aboutsummaryrefslogtreecommitdiff
path: root/libarmep/libarmep.h
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 /libarmep/libarmep.h
parente1c9107dfc99a1827db10ee558f59c88113cd000 (diff)
change process name of aep service fork
Signed-off-by: Andy Green <andy.green@linaro.org>
Diffstat (limited to 'libarmep/libarmep.h')
-rw-r--r--libarmep/libarmep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libarmep/libarmep.h b/libarmep/libarmep.h
index 5bd3f8a..7a686a9 100644
--- a/libarmep/libarmep.h
+++ b/libarmep/libarmep.h
@@ -330,7 +330,7 @@ extern void init_interpolation(void);
*/
extern int service_aeps(struct aep_context *aep_context, int fd);
-extern int aep_init_and_fork(struct aep_context *aep_context);
+extern int aep_init_and_fork(struct aep_context *aep_context, char *argv[]);
extern struct aep_result * aep_wait_for_next_result(struct aep_context *aep_context);
extern void aep_free_result(struct aep_context *aep_context);