Skip to content

Commit

Permalink
ovn pinctrl: Pass 'struct rconn *swconn' to all the functions which u…
Browse files Browse the repository at this point in the history
…se it

In pinctrl.c, many functions use 'swconn' variable which is declared as
global static. This patch passes 'swconn' as a variable to functions.
This will help in an upcoming patch which makes processing
packet-ins in a separate pthread.

Suggested-by: Mark Michelson <[email protected]>
Acked-by: Mark Michelson <[email protected]>
Signed-off-by: Numan Siddique <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
numansiddique authored and blp committed Mar 25, 2019
1 parent e06c44a commit 5073838
Showing 1 changed file with 106 additions and 78 deletions.
Loading

0 comments on commit 5073838

Please sign in to comment.