Skip to content

src: use named struct instead of typedef

There is no reason to use typedef with an unnamed struct here, and using a named struct is consistent with the rest of the codebase.

Merge request reports

Loading