upscaledb  2.2.1
Data Structures | Typedefs | Functions
upscaledb_srv.h File Reference

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)
 

Detailed Description

Header file for the upscaledb network server.

Author
Christoph Rupp, chris.nosp@m.@cru.nosp@m.pp.de

Definition in file upscaledb_srv.h.