Motr  M0
m0_moddep Struct Reference

#include <module.h>

Collaboration diagram for m0_moddep:
Collaboration graph

Data Fields

struct m0_modulemd_other
 
int md_src
 
int md_dst
 

Detailed Description

Dependency between a (module, level) pair.

An { .md_other = m1, md_src = l0, md_dst = l1 } element in m0.dep[] means that the module m1 must be at least at the level l1 before m0 can enter the level l0.

Definition at line 131 of file module.h.

Field Documentation

◆ md_dst

int md_dst

Definition at line 134 of file module.h.

◆ md_other

struct m0_module* md_other

Definition at line 132 of file module.h.

◆ md_src

int md_src

Definition at line 133 of file module.h.


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