comparison include/urweb/urweb_cpp.h @ 2285:ad3ce1528f71

Fix committing multiple stores/flushes. Locking is WIP.
author Ziv Scully <ziv@mit.edu>
date Thu, 12 Nov 2015 16:36:35 -0500
parents 472b4504aef2
children 98f96a976ede
comparison
equal deleted inserted replaced
2284:472b4504aef2 2285:ad3ce1528f71
404 404
405 void uw_Basis_writec(struct uw_context *, char); 405 void uw_Basis_writec(struct uw_context *, char);
406 406
407 // Sqlcache. 407 // Sqlcache.
408 408
409 uw_Sqlcache_Value *uw_Sqlcache_check(uw_Sqlcache_Cache *, char **); 409 uw_Sqlcache_Value *uw_Sqlcache_check(struct uw_context *, uw_Sqlcache_Cache *, char **);
410 void *uw_Sqlcache_store(uw_Sqlcache_Cache *, char **, uw_Sqlcache_Value *); 410 void *uw_Sqlcache_store(struct uw_context *, uw_Sqlcache_Cache *, char **, uw_Sqlcache_Value *);
411 void *uw_Sqlcache_flush(struct uw_context *, uw_Sqlcache_Cache *, char **); 411 void *uw_Sqlcache_flush(struct uw_context *, uw_Sqlcache_Cache *, char **);
412 412
413 #endif 413 #endif