Motr  M0
workload_type_ops Struct Reference

#include <workload.h>

Collaboration diagram for workload_type_ops:
Collaboration graph

Data Fields

int(* wto_init )(struct workload *w)
 
int(* wto_fini )(struct workload *w)
 
void(* wto_run )(struct workload *w, struct workload_task *task)
 
void(* wto_op_get )(struct workload *w, struct workload_op *op)
 
void(* wto_op_run )(struct workload *w, struct workload_task *task, const struct workload_op *op)
 
int(* wto_parse )(struct workload *w, char ch, const char *optarg)
 
void(* wto_check )(struct workload *w)
 

Detailed Description

Definition at line 168 of file workload.h.

Field Documentation

◆ wto_check

void(* wto_check) (struct workload *w)

Definition at line 176 of file workload.h.

◆ wto_fini

int(* wto_fini) (struct workload *w)

Definition at line 170 of file workload.h.

◆ wto_init

int(* wto_init) (struct workload *w)

Definition at line 169 of file workload.h.

◆ wto_op_get

void(* wto_op_get) (struct workload *w, struct workload_op *op)

Definition at line 173 of file workload.h.

◆ wto_op_run

void(* wto_op_run) (struct workload *w, struct workload_task *task, const struct workload_op *op)

Definition at line 174 of file workload.h.

◆ wto_parse

int(* wto_parse) (struct workload *w, char ch, const char *optarg)

Definition at line 175 of file workload.h.

◆ wto_run

void(* wto_run) (struct workload *w, struct workload_task *task)

Definition at line 172 of file workload.h.


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