[*] .next must be first field in a linked list struct
This commit is contained in:
parent
f76201c0d3
commit
b6f96d8275
|
@ -14,8 +14,8 @@ struct msgq {
|
|||
};
|
||||
|
||||
struct msgq_list {
|
||||
struct msgq* mq;
|
||||
struct msgq_list* next;
|
||||
struct msgq* mq;
|
||||
};
|
||||
|
||||
struct msgq_msg_list {
|
||||
|
|
Loading…
Reference in New Issue