Skip to content

Commit

Permalink
physical: Use struct physical_ctx instead of passing args one by one.
Browse files Browse the repository at this point in the history
A lot of the arguments fo certain functions were getting out of hand,
pass struct physical_ctx instead of fields from that struct. This
has the added benefit of having available anything that is
in struct physical_ctx without adding additional arguments.

Signed-off-by: Ales Musil <amusil@redhat.com>
Acked-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
Signed-off-by: Mark Michelson <mmichels@redhat.com>
  • Loading branch information
almusil authored and putnopvut committed Jan 20, 2025
1 parent 73a1034 commit 1302636
Showing 1 changed file with 87 additions and 155 deletions.
Loading

0 comments on commit 1302636

Please sign in to comment.