|
Groonga
|

Go to the source code of this file.
Enumerations | |
| enum | grn_wal_role { GRN_WAL_ROLE_NONE , GRN_WAL_ROLE_PRIMARY , GRN_WAL_ROLE_SECONDARY } |
Functions | |
| GRN_API grn_rc | grn_ctx_set_wal_role (grn_ctx *ctx, grn_wal_role role) |
| GRN_API grn_wal_role | grn_ctx_get_wal_role (grn_ctx *ctx) |
| enum grn_wal_role |
| GRN_API grn_wal_role grn_ctx_get_wal_role | ( | grn_ctx * | ctx | ) |
| GRN_API grn_rc grn_ctx_set_wal_role | ( | grn_ctx * | ctx, |
| grn_wal_role | role | ||
| ) |