Pack struct of mqueue messages. (#62)

This commit is contained in:
Joachim Bauch 2017-10-13 12:18:17 +02:00 committed by Richard Aas
parent 5fc85e9ff2
commit 03841f546b

View file

@ -36,9 +36,9 @@ struct mqueue {
};
struct msg {
int id;
void *data;
uint32_t magic;
int id;
};