|
Motr
M0
|
#include <consumer.h>

Data Fields | |
| void(* | ca_fire )(const struct m0_addb2_source *src, const struct m0_addb2_philter *ph, const struct m0_addb2_callback *callback, const struct m0_addb2_record *rec) |
| void * | ca_datum |
| struct m0_tlink | ca_linkage |
| uint64_t | ca_magix |
A call-back is attached to a philter and is invoked when a record in the source macthes the philter predicate.
Definition at line 172 of file consumer.h.
| void* ca_datum |
Opaque datum.
Definition at line 179 of file consumer.h.
| void(* ca_fire) (const struct m0_addb2_source *src, const struct m0_addb2_philter *ph, const struct m0_addb2_callback *callback, const struct m0_addb2_record *rec) |
Call-back function.
Definition at line 174 of file consumer.h.
| struct m0_tlink ca_linkage |
Linkage into m0_addb2_philter::ph_callback.
Definition at line 181 of file consumer.h.
| uint64_t ca_magix |
Definition at line 182 of file consumer.h.