comparison include/urweb/urweb_cpp.h @ 2288:98f96a976ede

Finish locking, but it's not yet tested rigorously.
author Ziv Scully <ziv@mit.edu>
date Fri, 13 Nov 2015 11:03:09 -0500
parents ad3ce1528f71
children
comparison
equal deleted inserted replaced
2287:08203f93dbc3 2288:98f96a976ede
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 void *uw_Sqlcache_rlock(struct uw_context *, uw_Sqlcache_Cache *);
410 void *uw_Sqlcache_wlock(struct uw_context *, uw_Sqlcache_Cache *);
409 uw_Sqlcache_Value *uw_Sqlcache_check(struct uw_context *, uw_Sqlcache_Cache *, char **); 411 uw_Sqlcache_Value *uw_Sqlcache_check(struct uw_context *, uw_Sqlcache_Cache *, char **);
410 void *uw_Sqlcache_store(struct uw_context *, uw_Sqlcache_Cache *, char **, uw_Sqlcache_Value *); 412 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 **); 413 void *uw_Sqlcache_flush(struct uw_context *, uw_Sqlcache_Cache *, char **);
412 414
413 #endif 415 #endif