Packages

A route generator for Lustre page trees

Current section

Files

Jump to
proute include proute@config_Mount.hrl
Raw

include/proute@config_Mount.hrl

-record(mount, {
name :: binary(),
pages :: binary(),
route_root :: binary(),
output_dir :: binary(),
routes_output :: binary(),
pages_output :: binary(),
page_input_output :: binary(),
constructor_prefix :: binary(),
page_shared_state_type :: binary()
}).