ofproto-dpif: Introduce subfacet_destroy_batch().
authorJustin Pettit <jpettit@nicira.com>
Wed, 17 Oct 2012 02:21:52 +0000 (19:21 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 2 Nov 2012 05:54:27 +0000 (22:54 -0700)
commit1d85f9e5dddb85e7f3f05816064a88db0c514476
tree24f09477da06e8c11d82bcde516da296f55b9c33
parent2702241699d0539d6ff4a2d44c5bc0ab9d7f7fc8
ofproto-dpif: Introduce subfacet_destroy_batch().

A future commit will introduce another caller that wants to destroy
batches of subfacets.  Repurpose expire_batch() to be a more generic
method for destroying batches of subfacets.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
ofproto/ofproto-dpif.c