New pid handling
authorKarsten Keil <kkeil@linux-pingi.de>
Sat, 24 Sep 2011 07:29:28 +0000 (09:29 +0200)
committerKarsten Keil <kkeil@linux-pingi.de>
Sat, 24 Sep 2011 07:29:28 +0000 (09:29 +0200)
The old method was racy, it did use the callback function to deliver the
result, which need special handling because of possible deadlocks.
Now we use a request function which returns the value directely.
The old method is still available, but will get removed soon.

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>

No differences found