netflow: Use macro for constant instead of static const int.
authorBen Pfaff <blp@nicira.com>
Wed, 19 May 2010 16:43:50 +0000 (09:43 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 19 May 2010 20:23:01 +0000 (13:23 -0700)
commit137fea8de43a131ea9cd9aa58f3d7547d251bebc
treef8aa8c96f293b4394f58886e6139bb302f313341
parent6f4709828bed7b831015d6c22dcb209de02f7537
netflow: Use macro for constant instead of static const int.

It's just bizarre to put a static const int in a header file, at least in
C.
ofproto/netflow.h