]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
A bit slipped out of libip shuffle
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 14 Jan 2009 11:19:42 +0000 (00:19 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 14 Jan 2009 11:19:42 +0000 (00:19 +1300)
src/ip/testIpAddress.cc

index 50a58ddaf05d6837a1626e6253844e9626924d6c..8743519541a52810443965d7b29aad08ff19fe87 100644 (file)
 
 CPPUNIT_TEST_SUITE_REGISTRATION( testIpAddress );
 
+/* so that we don't break POD dependency just for the test */
+struct timeval current_time;
+double current_dtime;
+time_t squid_curtime = 0;
+
 
 void
 testIpAddress::testDefaults()