comparison include/urweb/urweb_cpp.h @ 2270:1e3ba868f8bf

Merge.
author Ziv Scully <ziv@mit.edu>
date Mon, 19 Oct 2015 14:42:22 -0400
parents c275bbc41194 00cf8214c2e3
children 32a407902d3b
comparison
equal deleted inserted replaced
2269:f7bc7c11a656 2270:1e3ba868f8bf
38 void uw_set_env(struct uw_context *, char *(*get_env)(void *, const char *), void *get_env_data); 38 void uw_set_env(struct uw_context *, char *(*get_env)(void *, const char *), void *get_env_data);
39 uw_loggers* uw_get_loggers(struct uw_context *ctx); 39 uw_loggers* uw_get_loggers(struct uw_context *ctx);
40 uw_loggers* uw_get_loggers(struct uw_context *ctx); 40 uw_loggers* uw_get_loggers(struct uw_context *ctx);
41 failure_kind uw_begin(struct uw_context *, char *path); 41 failure_kind uw_begin(struct uw_context *, char *path);
42 void uw_ensure_transaction(struct uw_context *); 42 void uw_ensure_transaction(struct uw_context *);
43 void uw_try_reconnecting_and_restarting(struct uw_context *);
43 failure_kind uw_begin_onError(struct uw_context *, char *msg); 44 failure_kind uw_begin_onError(struct uw_context *, char *msg);
44 void uw_login(struct uw_context *); 45 void uw_login(struct uw_context *);
45 int uw_commit(struct uw_context *); 46 int uw_commit(struct uw_context *);
46 // ^-- returns nonzero if the transaction should be restarted 47 // ^-- returns nonzero if the transaction should be restarted
47 int uw_rollback(struct uw_context *, int will_retry); 48 int uw_rollback(struct uw_context *, int will_retry);