Motr  M0
m0_sss_req Struct Reference

#include <ss_fops.h>

Collaboration diagram for m0_sss_req:
Collaboration graph

Data Fields

uint32_t ss_cmd
 
struct m0_buf ss_name
 
struct m0_fid ss_id
 
struct m0_buf ss_param
 

Detailed Description

Request to start/stop a service.

Definition at line 56 of file ss_fops.h.

Field Documentation

◆ ss_cmd

uint32_t ss_cmd

Command to execute.

See also
enum m0_sss_req_cmd

Definition at line 61 of file ss_fops.h.

◆ ss_id

struct m0_fid ss_id

Identifier of the service being started. fid type should set to M0_CONF_SERVICE_TYPE.cot_ftype

Definition at line 71 of file ss_fops.h.

◆ ss_name

struct m0_buf ss_name

Name of service type. Mandatory only for M0_SERVICE_INIT command.

See also
m0_reqh_service_type::rst_name

Definition at line 66 of file ss_fops.h.

◆ ss_param

struct m0_buf ss_param

Opaque parameter.

Definition at line 73 of file ss_fops.h.


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