diff include/urweb/types_cpp.h @ 2281:75cb60a7f6f1

Simplify C interface.
author Ziv Scully <ziv@mit.edu>
date Thu, 12 Nov 2015 09:15:50 -0500
parents 32a407902d3b
children 472b4504aef2
line wrap: on
line diff
--- a/include/urweb/types_cpp.h	Thu Nov 12 08:46:51 2015 -0500
+++ b/include/urweb/types_cpp.h	Thu Nov 12 09:15:50 2015 -0500
@@ -140,6 +140,7 @@
   struct uw_Sqlcache_Entry *table;
   unsigned long timeInvalid;
   unsigned long timeNow;
+  size_t numKeys;
   UT_hash_handle hh;
 } uw_Sqlcache_Cache;