Move ipc calls to take a void*
This commit is contained in:
parent
685070d65e
commit
27f540e9ae
5 changed files with 23 additions and 25 deletions
|
|
@ -70,7 +70,7 @@ struct ZChannelCreateResp {
|
|||
|
||||
struct ZMessage {
|
||||
uint64_t num_bytes;
|
||||
uint8_t* bytes;
|
||||
void* data;
|
||||
|
||||
uint64_t num_caps;
|
||||
z_cap_t* caps;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue