On Wed, 2024-08-28 at 18:17 -0400, Benjamin Marzinski wrote: > checker_check() is now a void function that stores the path state in > the checker struct. It can be retrieved later using > checker_get_state(). > Right now, this is called immediately after checker_check(), but in > the future, it can be deferred to another time. > > Signed-off-by: Benjamin Marzinski <bmarzins@xxxxxxxxxx> Reviewed-by: Martin Wilck <mwilck@xxxxxxxx>