ofproto: Change xlate_actions() to take a structure.
authorBen Pfaff <blp@nicira.com>
Thu, 9 Dec 2010 22:52:44 +0000 (14:52 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 9 Dec 2010 22:52:44 +0000 (14:52 -0800)
commitf29152ca40cf8b4c15d0494160dd2865ab7f0eb0
treeea108e432b1fe004f16f2bfd6953d92ec1065d8e
parent78090f6300df053914954794301e44a2df1f6d57
ofproto: Change xlate_actions() to take a structure.

An upcoming commit has a need to give xlate_actions() another parameter,
but it already has too many.  This commit improves the situation by making
xlate_actions()'s caller fill in a structure instead.

The action_xlate_ctx structure is kind of big and unwieldy because it
include a struct odp_actions, which is about 16 kB.  But work underway will
change that to a "struct ofpbuf", which is much more reasonable.
ofproto/ofproto.c