From 4b8511e2618c2813808011c228d22669945589e6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 12 Apr 2017 15:03:31 +0200 Subject: Add process::id(), make few minor fixes --- butl/process | 3 +++ 1 file changed, 3 insertions(+) (limited to 'butl/process') diff --git a/butl/process b/butl/process index 6f22718..c138edc 100644 --- a/butl/process +++ b/butl/process @@ -347,6 +347,9 @@ namespace butl print (std::ostream&, const char* const args[], size_t n = 0); public: + id_type + id () const; + static id_type current_id (); -- cgit v1.1