|
Motr
M0
|
#include "lib/types.h"#include "addb2/addb2.h"#include "addb2/consumer.h"#include "addb2/storage.h"
Go to the source code of this file.
Data Structures | |
| struct | small_record |
Macros | |
| #define | __MOTR_ADDB2_UT_COMMON_H__ |
| #define | VAL(id, ...) |
Functions | |
| struct m0_addb2_mach * | mach_set (int(*s)(const struct m0_addb2_mach *, struct m0_addb2_trace *)) |
| void | mach_fini (struct m0_addb2_mach *m) |
| static void | mach_put (struct m0_addb2_mach *m) |
| int | fill_one (struct m0_addb2_mach *m) |
| bool | valeq (const struct m0_addb2_value *v0, const struct m0_addb2_value *v1) |
| bool | receq (const struct m0_addb2_record *r0, const struct small_record *r1) |
Variables | |
| int | submitted |
| int(* | submit )(const struct m0_addb2_mach *mach, struct m0_addb2_trace *trace) |
| void(* | idle )(const struct m0_addb2_mach *mach) |
| const struct m0_addb2_sensor_ops | sensor_ops |
| const uint64_t | SENSOR_MARKER |
| uint64_t | seq |
| bool | sensor_finalised |