From fb6042c5cd8a411cfcfcf6c1a1d466eb42a4ff33 Mon Sep 17 00:00:00 2001 From: John Denker Date: Sat, 14 Jul 2012 23:13:38 -0700 Subject: working toward a process-group signalling system --- tools/hi-test.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tools/hi-test.c (limited to 'tools/hi-test.c') diff --git a/tools/hi-test.c b/tools/hi-test.c new file mode 100644 index 0000000..3befedd --- /dev/null +++ b/tools/hi-test.c @@ -0,0 +1,7 @@ + +#include + +using namespace std; +int main(){ + cerr << getpid() << " : " << getpgid(0) << endl; +} -- cgit v1.2.3