base: count caps replied by a rpc function

Issue #905
This commit is contained in:
Alexander Boettcher
2013-09-16 10:50:15 +02:00
committed by Norman Feske
parent 772616bf38
commit a6af6c80ab
11 changed files with 49 additions and 19 deletions

View File

@ -546,8 +546,8 @@ void Ipc_client::_call()
}
Ipc_client::Ipc_client(Native_capability const &srv,
Msgbuf_base *snd_msg, Msgbuf_base *rcv_msg)
Ipc_client::Ipc_client(Native_capability const &srv, Msgbuf_base *snd_msg,
Msgbuf_base *rcv_msg, unsigned short)
: Ipc_istream(rcv_msg), Ipc_ostream(srv, snd_msg), _result(0)
{
_prepare_next_call();