|
upscaledb
2.2.1
|
Header file for the upscaledb network server. More...
#include <ups/upscaledb.h>Go to the source code of this file.
Data Structures | |
| struct | ups_srv_config_t |
Typedefs | |
| typedef struct ups_srv_t | ups_srv_t |
Functions | |
| ups_status_t | ups_srv_init (ups_srv_config_t *config, ups_srv_t **srv) |
| ups_status_t | ups_srv_add_env (ups_srv_t *srv, ups_env_t *env, const char *urlname) |
| ups_status_t | ups_srv_remove_env (ups_srv_t *srv, ups_env_t *env) |
| void | ups_srv_close (ups_srv_t *srv) |
Header file for the upscaledb network server.
Definition in file upscaledb_srv.h.
1.8.11