Skip to content

Commit

Permalink
nx-match: Add context argument to nxm_put__().
Browse files Browse the repository at this point in the history
An upcoming commit will need to pass an extra piece of data from
nx_put_raw() into all of its direct and indirect calls to nxm_put__().
This commit prepares for that by switching from a "struct ofpbuf *"
parameter to a context structure that, currently, contains just a
struct ofpbuf *.  The upcoming commit will add another member to the
context struct.

This commit has no visible effect on behavior.

Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
blp committed Jun 27, 2017
1 parent 07e73e0 commit be7ac2f
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 111 deletions.
Loading

0 comments on commit be7ac2f

Please sign in to comment.