Hi On Mon, Dec 21, 2015 at 6:08 PM, Eric Blake <[email protected]> wrote: > Inside the generated code between visit_start_struct() and > visit_end_struct(), we were blindly setting the error into > the caller's errp parameter. But a future patch to split > visit_end_struct() will require that we take action based > on whether an error has occurred, which requires us to track > all actions through a local err. Rewrite the visits to be > more in line with the other generated calls. > > Signed-off-by: Eric Blake <[email protected]> >
Reviewed-by: Marc-André Lureau <[email protected]> -- Marc-André Lureau
