summaryrefslogtreecommitdiff
path: root/ace/Process.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-20 19:43:17 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-20 19:43:17 +0000
commit2705c65b219d3098d03c0a9804c1f2a52475d183 (patch)
treeca40a891321ffd78bd5e6b7d770bdc09cd45778c /ace/Process.h
parent880dcf0847c1959cb7f22564af4283d0b5760819 (diff)
downloadATCD-2705c65b219d3098d03c0a9804c1f2a52475d183.tar.gz
Added a parameter to get back the exit status of the child process.
Diffstat (limited to 'ace/Process.h')
-rw-r--r--ace/Process.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Process.h b/ace/Process.h
index a04ebf11d20..c53d5a65f1a 100644
--- a/ace/Process.h
+++ b/ace/Process.h
@@ -277,7 +277,7 @@ public:
pid_t spawn (ACE_Process_Options &options);
// Launch the process described by <options>.
- int wait (void);
+ int wait (int *status = 0);
// Wait for the process we just created to exit.
int wait (const ACE_Time_Value &tv);