datapath: Omit SNAT-specific data when SNAT is not enabled.
authorBen Pfaff <blp@nicira.com>
Tue, 5 May 2009 21:23:32 +0000 (14:23 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 12 May 2009 23:21:56 +0000 (16:21 -0700)
commit0a946a6ed45402ffd9a29ea9d06ffb18ef660b76
tree30162df0a6c15cd072c46e851c8e1d193f43ce10
parent7f734b3f297b7f355ae7a0a0d07a6c4d4437ab4b
datapath: Omit SNAT-specific data when SNAT is not enabled.

This saves a few bytes of memory but it also makes it clear to the reader
what data is used for what.
datapath/datapath.c
datapath/datapath.h