summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMohamed Abbas <mohamed.abbas@intel.com>2009-12-08 11:53:08 -0800
committerMarcel Holtmann <marcel@holtmann.org>2009-12-09 00:18:35 +0100
commitb03f80e6d7a9248a80eb3ea6a555a336ae582027 (patch)
tree477b9b4dfee06bb8be53f511f79ce554ffdd12d9 /include
parent70b2b67cdbd30a63ac016e1314095342ab9f60b9 (diff)
downloadconnman-b03f80e6d7a9248a80eb3ea6a555a336ae582027.tar.gz
connman-b03f80e6d7a9248a80eb3ea6a555a336ae582027.tar.bz2
connman-b03f80e6d7a9248a80eb3ea6a555a336ae582027.zip
Add an option to allow processes spawn with pipes
Diffstat (limited to 'include')
-rw-r--r--include/task.h3
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