Motr  M0
m0_ss_process_req Struct Reference

#include <process_fops.h>

Collaboration diagram for m0_ss_process_req:
Collaboration graph

Data Fields

uint32_t ssp_cmd
 
struct m0_fid ssp_id
 
struct m0_buf ssp_param
 

Detailed Description

Request to command a process.

Definition at line 60 of file process_fops.h.

Field Documentation

◆ ssp_cmd

uint32_t ssp_cmd

Command to execute.

See also
enum m0_ss_process_req_cmd

Definition at line 65 of file process_fops.h.

◆ ssp_id

struct m0_fid ssp_id

Identifier of the process being started. fid type should set to M0_CONF_PROCESS_TYPE.cot_ftype

Definition at line 70 of file process_fops.h.

◆ ssp_param

struct m0_buf ssp_param

Additional parameter.

Currently used only by M0_PROCESS_LIB_LOAD to pass the name of the library.

Definition at line 77 of file process_fops.h.


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