aboutsummaryrefslogtreecommitdiff
path: root/libbutl/process.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/process.hxx')
-rw-r--r--libbutl/process.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/libbutl/process.hxx b/libbutl/process.hxx
index 5a6837f..bbb7c89 100644
--- a/libbutl/process.hxx
+++ b/libbutl/process.hxx
@@ -629,6 +629,9 @@ namespace butl
public:
handle_type handle;
+ static handle_type
+ current_handle ();
+
// Absence means that the exit information is not (yet) known. This can be
// because you haven't called wait() yet or because wait() failed.
//