Motr  M0
m0_net_test_service Struct Reference

#include <service.h>

Collaboration diagram for m0_net_test_service:
Collaboration graph

Data Fields

void * nts_svc_ctx
 
struct m0_net_test_service_opsnts_ops
 
enum m0_net_test_service_state nts_state
 
int nts_errno
 

Detailed Description

Service state machine

Definition at line 88 of file service.h.

Field Documentation

◆ nts_errno

int nts_errno

errno from last service operation

Definition at line 96 of file service.h.

◆ nts_ops

struct m0_net_test_service_ops* nts_ops

Service operations

Definition at line 92 of file service.h.

◆ nts_state

enum m0_net_test_service_state nts_state

Service state

Definition at line 94 of file service.h.

◆ nts_svc_ctx

void* nts_svc_ctx

Test service context. It will be passed to the service ops

Definition at line 90 of file service.h.


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