Motr  M0
m0_modlev Struct Reference

#include <module.h>

Collaboration diagram for m0_modlev:
Collaboration graph

Data Fields

const char * ml_name
 
int(* ml_enter )(struct m0_module *module)
 
void(* ml_leave )(struct m0_module *module)
 

Detailed Description

Module level.

Definition at line 113 of file module.h.

Field Documentation

◆ ml_enter

int(* ml_enter) (struct m0_module *module)

Entry function, executed before entering the level, after all dependencies are satisfied.

Definition at line 119 of file module.h.

◆ ml_leave

void(* ml_leave) (struct m0_module *module)

Leave function, executed before leaving the level.

Definition at line 121 of file module.h.

◆ ml_name

const char* ml_name

Definition at line 114 of file module.h.


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