sched-ext / scx

sched_ext schedulers and tools
https://bit.ly/scx_slack
GNU General Public License v2.0
692 stars 48 forks source link

uei: Pass skel to RESIZE_ARRAY() #344

Closed Byte-Lab closed 4 weeks ago

Byte-Lab commented 4 weeks ago

The RESIZE_ARRAY() macro assumes the presence of an in-scope "skel" variable. This is bad practice and can cause issues in other macros that use it. Let's update it to explicitly take a skel argument.