b3bee7d87d
when "TAILQ_INIT()" was added to the loop of "for (lcore_id = 0; ...)"
statement, the assignment to "lcore_ids" was removed out of the loop.
It changed the original initialization of "lcore_ids".
Fix it by introducing two braces.
Fixes:
|
||
---|---|---|
.. | ||
main.c | ||
main.h | ||
Makefile |