comparison 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
comparison
equal deleted inserted replaced
2280:985c8016b592 2281:75cb60a7f6f1
138 138
139 typedef struct uw_Sqlcache_Cache { 139 typedef struct uw_Sqlcache_Cache {
140 struct uw_Sqlcache_Entry *table; 140 struct uw_Sqlcache_Entry *table;
141 unsigned long timeInvalid; 141 unsigned long timeInvalid;
142 unsigned long timeNow; 142 unsigned long timeNow;
143 size_t numKeys;
143 UT_hash_handle hh; 144 UT_hash_handle hh;
144 } uw_Sqlcache_Cache; 145 } uw_Sqlcache_Cache;
145 146
146 #endif 147 #endif