26 #ifndef UPS_UPSCALEDB_SRV_H 27 #define UPS_UPSCALEDB_SRV_H struct ups_srv_t ups_srv_t
ups_status_t ups_srv_add_env(ups_srv_t *srv, ups_env_t *env, const char *urlname)
Include file for upscaledb embedded database.
const char * error_log_path
ups_status_t ups_srv_remove_env(ups_srv_t *srv, ups_env_t *env)
ups_status_t ups_srv_init(ups_srv_config_t *config, ups_srv_t **srv)
const char * access_log_path
void ups_srv_close(ups_srv_t *srv)
struct ups_env_t ups_env_t