2. Grid Page Data

Grid data is stored in a struct called page_grid_d.

<<grid_typedefs>>=
typedef struct page_grid_d page_grid_d;
<<grid_structs>>=
struct page_grid_d {
<<grid_struct_contents>>
};
<<grid_struct_contents>>=
monolith_page_mstate *mstate;



prev | home | next