Motr
M0
|
#include <reqh_service.h>
Data Fields | |
struct m0_reqh_service_ctx * | stx_service_ctx |
struct m0_be_tx_remid | stx_tri |
struct m0_tlink | stx_tlink |
uint64_t | stx_link_magic |
Maps sender to its corresponding maximum transaction for a given service.
Definition at line 732 of file reqh_service.h.
uint64_t stx_link_magic |
Definition at line 743 of file reqh_service.h.
struct m0_reqh_service_ctx* stx_service_ctx |
m0_reqh_service_ctx is used as sender identifier.
Definition at line 734 of file reqh_service.h.
struct m0_tlink stx_tlink |
Definition at line 742 of file reqh_service.h.
struct m0_be_tx_remid stx_tri |
The remote id of the largest be transaction ID seen from this sender.
Definition at line 740 of file reqh_service.h.