mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Extract process-management functionality into a new lib/process
Note that procmon does *not* go here, since procmon needs to integrate with the event loop.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
/* See LICENSE for licensing information */
|
||||
|
||||
#include "or/or.h"
|
||||
#include "lib/process/setuid.h"
|
||||
|
||||
#ifdef HAVE_SYS_CAPABILITY_H
|
||||
#include <sys/capability.h>
|
||||
@@ -189,4 +190,3 @@ main(int argc, char **argv)
|
||||
return (okay ? 0 : 1);
|
||||
#endif /* defined(_WIN32) */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user