From 4b48aa187bd7917842ec651dbd0322396b363c2f Mon Sep 17 00:00:00 2001 From: John Denker Date: Sun, 15 Jul 2012 00:43:51 -0700 Subject: annoying race condition, works sometimes but not reliable --- tools/hi-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/hi-test.c') diff --git a/tools/hi-test.c b/tools/hi-test.c index 3befedd..01e475b 100644 --- a/tools/hi-test.c +++ b/tools/hi-test.c @@ -3,5 +3,5 @@ using namespace std; int main(){ - cerr << getpid() << " : " << getpgid(0) << endl; + cerr << "++++ " << getpid() << " : " << getpgid(0) << endl; } -- cgit v1.2.3