Return IPC_CALLID_* in call data instead of callid
commit503ffceaab0f4c54907677d3399c3ed1363e507f
authorJakub Jermar <jakub@jermar.eu>
Thu, 23 Nov 2017 23:52:59 +0000 (24 00:52 +0100)
committerJakub Jermar <jakub@jermar.eu>
Thu, 23 Nov 2017 23:52:59 +0000 (24 00:52 +0100)
tree7051cd9c96c30a92e54331cee02ae1b4001ea70f
parentb1f36e3cd6479914de8e2dc0bc820a9d75ddfaff
Return IPC_CALLID_* in call data instead of callid

Callid will be replaced by capability handles soon so the API needs
to be cleanup up and any flags passed together with callid must be
passed using some other way.
kernel/generic/include/ipc/ipc.h
kernel/generic/src/ipc/sysipc.c
uspace/app/trace/ipcp.c
uspace/lib/c/generic/async.c
uspace/lib/c/generic/ipc.c
uspace/lib/c/include/ipc/common.h