Root target metadata used for change → target mapping.
The mask is a single-bit value used to mark membership of files and
target closures.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer(kind=int64), | public | :: | mask | = | 0_int64 | ||
| character(len=:), | public, | allocatable | :: | name |
type root_info_t character(len=:), allocatable :: name integer(int64) :: mask = 0_int64 end type root_info_t