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)
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>

No differences found