Motr  M0
m0_reqh_rm_service Struct Reference

#include <rm_service.h>

Collaboration diagram for m0_reqh_rm_service:
Collaboration graph

Data Fields

struct m0_reqh_service rms_svc
 
struct m0_rm_domain rms_dom
 
struct m0_rm_resource_type rms_flock_rt
 
struct m0_rm_resource_type rms_rwlockable_rt
 
uint64_t rms_magic
 

Detailed Description

Definition at line 73 of file rm_service.h.

Field Documentation

◆ rms_dom

struct m0_rm_domain rms_dom

Resource manager domain

Definition at line 78 of file rm_service.h.

◆ rms_flock_rt

struct m0_rm_resource_type rms_flock_rt

Supported type: file lock

Definition at line 81 of file rm_service.h.

◆ rms_magic

uint64_t rms_magic

rms_magic == M0_RM_SERVICE_MAGIC

Definition at line 87 of file rm_service.h.

◆ rms_rwlockable_rt

struct m0_rm_resource_type rms_rwlockable_rt

Supported type: RW lockable resources

Definition at line 84 of file rm_service.h.

◆ rms_svc

struct m0_reqh_service rms_svc

Request handler service representation

Definition at line 75 of file rm_service.h.


The documentation for this struct was generated from the following file: