]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/net/udplite.h
net: Fix duplicate volatile warning.
[net-next-2.6.git] / include / net / udplite.h
index b76b2e377af4540bc8336328f55485d87a26947b..afdffe607b2425fd66a2a1c8ae30b3bca1eb1494 100644 (file)
@@ -11,7 +11,7 @@
 #define UDPLITE_RECV_CSCOV   11 /* receiver partial coverage (threshold ) */
 
 extern struct proto            udplite_prot;
-extern struct hlist_head       udplite_hash[UDP_HTABLE_SIZE];
+extern struct udp_table                udplite_table;
 
 /*
  *     Checksum computation is all in software, hence simpler getfrag.