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)
commit73353997fd842a1ec34f048be4261f46240113ba
treea773ec6a63144572be3e717424770ff72f6082bd
parent2e383446adb7179cc38689a15361e09f27d7549e
New pid handling

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>
dss1.cpp
mISDN.cpp