]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Added some more stubs
authorFrancesco Chemolli <kinkie@squid-cache.org>
Wed, 30 Oct 2013 18:37:05 +0000 (19:37 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Wed, 30 Oct 2013 18:37:05 +0000 (19:37 +0100)
src/tests/stub_store.cc
src/tests/stub_time.cc

index a93cc8d3bd5fef95fa4eeea2bb8b11701a997872..11790efb0ff12bf365b68321efb84d5e6b6289a1 100644 (file)
@@ -4,6 +4,11 @@
 #define STUB_API "store.cc"
 #include "tests/STUB.h"
 
+const char *storeStatusStr[] = { };
+const char *pingStatusStr[] = { };
+const char *memStatusStr[] = { };
+const char *swapStatusStr[] = { };
+
 /* and code defined in the wrong .cc file */
 #include "SwapDir.h"
 void StoreController::maintain() STUB
index 068b56941517cca5ea3c84a5a3c9452ff5ea4634..67299bdfaa4224ce82499eb37689057ee908dfd1 100644 (file)
@@ -10,4 +10,5 @@ time_t squid_curtime = 0;
 
 time_t getCurrentTime(void) STUB
 int tvSubMsec(struct timeval, struct timeval) STUB
-
+const char * Time::FormatStrf(time_t ) STUB
+const char * Time::FormatHttpd(time_t ) STUB