Implement yunq server in rust.
This commit is contained in:
parent
dbc4e7e2ad
commit
76f8795a46
12 changed files with 312 additions and 23 deletions
|
|
@ -508,7 +508,7 @@ pub struct ZReplyPortSendReq {
|
|||
pub num_bytes: u64,
|
||||
pub data: *const ::core::ffi::c_void,
|
||||
pub num_caps: u64,
|
||||
pub caps: *mut z_cap_t,
|
||||
pub caps: *const z_cap_t,
|
||||
}
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue