diff options
author | Mohamed Abbas <mohamed.abbas@intel.com> | 2009-12-08 11:53:08 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-12-09 00:18:35 +0100 |
commit | b03f80e6d7a9248a80eb3ea6a555a336ae582027 (patch) | |
tree | 477b9b4dfee06bb8be53f511f79ce554ffdd12d9 /include/task.h | |
parent | 70b2b67cdbd30a63ac016e1314095342ab9f60b9 (diff) | |
download | connman-b03f80e6d7a9248a80eb3ea6a555a336ae582027.tar.gz connman-b03f80e6d7a9248a80eb3ea6a555a336ae582027.tar.bz2 connman-b03f80e6d7a9248a80eb3ea6a555a336ae582027.zip |
Add an option to allow processes spawn with pipes
Diffstat (limited to 'include/task.h')
-rw-r--r-- | include/task.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/task.h b/include/task.h index 76639d40..2239188d 100644 --- a/include/task.h +++ b/include/task.h @@ -56,7 +56,8 @@ int connman_task_set_notify(struct connman_task *task, const char *member, connman_task_notify_t function, void *user_data); int connman_task_run(struct connman_task *task, - connman_task_exit_t function, void *user_data); + connman_task_exit_t function, void *user_data, + int *fd, int *standard_output, int *standard_error); int connman_task_stop(struct connman_task *task); #ifdef __cplusplus |