ofproto-dpif: Move process_special() to ofproto-dpif-xlate.c.
authorJustin Pettit <jpettit@nicira.com>
Tue, 18 Jun 2013 00:56:54 +0000 (17:56 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 18 Jun 2013 04:47:50 +0000 (21:47 -0700)
commitdb7d4e469903adf1cbf05c9cd70b9eb77946c202
tree79be07d0d9e1b4bfd997d5ab4bca646ff59e1656
parent825da1c6d1c7b9bc5128d7588b8bad6efaae650e
ofproto-dpif: Move process_special() to ofproto-dpif-xlate.c.

The action translation functions are the only ones that need
process_special().  Move that function closer to the callers, since a
future commit will use more xlate-related knowledge in process_special.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
ofproto/ofproto-dpif-xlate.c
ofproto/ofproto-dpif.c
ofproto/ofproto-dpif.h