queuing
This commit is contained in:
parent
8dd2fe0e34
commit
7a245f05cb
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ struct spho_const_le {
|
|||
};
|
||||
|
||||
|
||||
SLIST_HEAD(spho_nom_l, struct spho_nom_le);
|
||||
SLIST_HEAD(spho_const_l, struct spho_const_le);
|
||||
SLIST_HEAD(spho_nom_l, spho_nom_le);
|
||||
SLIST_HEAD(spho_const_l, spho_const_le);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue