#include <stdlib.h>
#include <stdint.h>
Go to the source code of this file.
Classes | |
struct | storage_heap_data_t |
struct | xroad_storage_info_t |
struct | xroad_storage_stat_t |
Typedefs | |
typedef struct xroad_storage_s | xroad_storage_t |
typedef struct xroad_cursor_s | xroad_cursor_t |
typedef uint64_t | xroad_row_id_t |
typedef uint64_t | storage_heap_ref_t |
Enumerations | |
enum | xroad_storage_page_type_t { page_type_row = 1 , page_type_heap = 2 } |