Revision: 14881 Author: adrian.chadd Date: Sat Jul 9 18:56:44 2011 Log: Re-add the #warning about delay pools not being ipv6 aware
http://code.google.com/p/lusca-cache/source/detail?r=14881 Modified: /playpen/LUSCA_HEAD_ipv6/src/delay_pools.c ======================================= --- /playpen/LUSCA_HEAD_ipv6/src/delay_pools.c Sat Jul 9 18:52:04 2011 +++ /playpen/LUSCA_HEAD_ipv6/src/delay_pools.c Sat Jul 9 18:56:44 2011 @@ -369,6 +369,7 @@ if (sqinet_get_family(sa) != AF_INET) return delayId(0, 0); +#warning delay pools need to be made ipv6 aware! a = sqinet_get_v4_inaddr(sa, SQADDR_ASSERT_IS_V4); addr = a.s_addr; -- You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=en.
