Pack struct of mqueue messages. (#62)
This commit is contained in:
parent
5fc85e9ff2
commit
03841f546b
1 changed files with 1 additions and 1 deletions
|
@ -36,9 +36,9 @@ struct mqueue {
|
|||
};
|
||||
|
||||
struct msg {
|
||||
int id;
|
||||
void *data;
|
||||
uint32_t magic;
|
||||
int id;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue