[zion] Add a port send syscall
This commit is contained in:
parent
cc191cd6bb
commit
857b7fae03
4 changed files with 33 additions and 0 deletions
|
|
@ -90,6 +90,11 @@ struct ZPortCreateResp {
|
|||
uint64_t port_cap;
|
||||
};
|
||||
|
||||
struct ZPortSendReq {
|
||||
uint64_t port_cap;
|
||||
ZMessage message;
|
||||
};
|
||||
|
||||
struct ZPortRecvReq {
|
||||
uint64_t port_cap;
|
||||
ZMessage message;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue