XROAD
speedway_db.h
Go to the documentation of this file.
1 #pragma once
8 #include <cache/xroad_objects.h>
9 
10 /*
11  * creates speedway db instance
12  */
13 
14 typedef struct speedway_db_s speedway_db_t;
15 
16 speedway_db_t* speedway_db_create();
17 
18 xroad_errno_t speedway_db_reconfig(speedway_db_t* sw);
19 
20 void speedway_db_destroy(speedway_db_t* sw);
21 
22 xroad_speedway_t* speedway_db_get(speedway_db_t* sw, xroad_str_t key);
23 
24 xroad_list_t* speedway_db_get_keys(speedway_db_t* sw, xroad_str_t filter);
Definition: xroad_string.h:29
struct xroad_list_s xroad_list_t
see common/xroad_list.h for deaails
Definition: xroad_common_fwd.h:24
CAUTION: do not change this file - it is autogenerated.