mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 04:20:13 +02:00
Move pid_running() to process.h
This commit is contained in:
@@ -25,6 +25,12 @@
|
||||
// pulling in Boost.Process' Boost.Filesystem dependency (which would defeat the
|
||||
// entire purpose).
|
||||
|
||||
/**
|
||||
* Check whether a process with the given PID is still active (and not a
|
||||
* zombie).
|
||||
*/
|
||||
bool pid_running(pid_t pid);
|
||||
|
||||
/**
|
||||
* Helper to create an `environ`-like environment object for passing to the
|
||||
* `exec*e()` family of functions.
|
||||
|
||||
Reference in New Issue
Block a user