First wait for IPC answer and then end the async exchange
commit02398462000160d2d698975093c994148b01a061
authorJakub Jermar <jakub@jermar.eu>
Thu, 9 Nov 2017 20:25:58 +0000 (9 21:25 +0100)
committerJakub Jermar <jakub@jermar.eu>
Thu, 9 Nov 2017 20:25:58 +0000 (9 21:25 +0100)
tree5bc55460cb321fa77b92f21cbbbebe850ed32407
parentcbdb38ff8f4570cbc99c5afd69154f5739cff3e1
First wait for IPC answer and then end the async exchange

This is necessary to create a parallel locsrv connection (when handling
locsrv requests in parallel) instead of reusing the one which is still
possibly active.
uspace/lib/c/generic/loc.c