[zion] Add a port create syscall
This commit is contained in:
parent
09ac87e6f5
commit
378ced6b6c
4 changed files with 20 additions and 0 deletions
|
|
@ -86,6 +86,10 @@ struct ZChannelRecvReq {
|
|||
ZMessage message;
|
||||
};
|
||||
|
||||
struct ZPortCreateResp {
|
||||
uint64_t port_cap;
|
||||
};
|
||||
|
||||
struct ZPortRecvReq {
|
||||
uint64_t port_cap;
|
||||
ZMessage message;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue