|
Motr
M0
|
#include <errno.h>#include "lib/trace.h"#include "motr/m0crate/logger.h"#include "motr/client_internal.h"#include "motr/m0crate/crate_client_utils.h"
Go to the source code of this file.
Macros | |
| #define | LOG_PREFIX "utils:" |
Functions | |
| struct m0_realm * | crate_uber_realm () |
| int | adopt_motr_thread (struct m0_workload_task *task) |
| void | release_motr_thread (struct m0_workload_task *task) |
| static void | dix_config_init (struct m0_idx_dix_config *conf) |
| int | init (struct workload *w) |
| void | free_m0_conf () |
| int | fini (struct workload *w) |
| void | check (struct workload *w) |
Variables | |
| struct crate_conf * | conf = NULL |
| struct m0_config | m0_conf = {} |
| struct m0_idx_cass_config | cass_conf = {} |
| static int | num_m0_workloads = 0 |
| struct m0_client * | m0_instance = NULL |
| struct m0_container | container = {} |
| static struct m0_realm | uber_realm = {} |
| static struct m0_idx_dix_config | dix_conf = {} |