flowtop: Make struct flow_entry member size checks build_bug_on()
commit115ac442812928e1ae0682aca5f1d0cbb77d92cf
authorTobias Klauser <tklauser@distanz.ch>
Mon, 27 Jul 2015 09:44:59 +0000 (27 11:44 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Mon, 27 Jul 2015 09:44:59 +0000 (27 11:44 +0200)
tree1ea4ef8f850142bdcc6e2be9c570683c3f7273f6
parent59341681d3dcc3e17105261425b5f08ab954a948
flowtop: Make struct flow_entry member size checks build_bug_on()

The city_{src,dst}, country_{src,dst} and rev_dns_{src,dst} members of
struct flow_entry have their size defined at compile time, so perform
the equal size checks at compile time as well.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
flowtop.c