ofproto: Generalize facet_put__() so that it is more useful.
authorBen Pfaff <blp@nicira.com>
Fri, 7 Jan 2011 19:20:53 +0000 (11:20 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 28 Jan 2011 05:08:39 +0000 (21:08 -0800)
commitc62b0064a0cdbd5f3ecfc2cda90999a9d7ec551d
treef5e8b79a18f8633e4caebfbfd0591a6d2f32c66c
parente4add8967bd4fe1e78566ffbd2a61e8c2db6bc43
ofproto: Generalize facet_put__() so that it is more useful.

This immediately makes it useful in facet_revalidate().  An upcoming
patch will add one more user.

This commit should not change any externally visible behavior.  It
is a pure code refactoring.

Reviewed by Ethan Jackson <ethan@nicira.com>.
ofproto/ofproto.c