Name
struct of_overlay —
Holds a complete overlay transaction
Synopsis
struct of_overlay {
int id;
struct list_head node;
int count;
struct of_overlay_info * ovinfo_tab;
struct of_changeset cset;
};
Members
- id
zzz todo
- node
List on which we are located
- count
Count of ovinfo structures
- ovinfo_tab
Overlay info table (count sized)
- cset
Changeset to be used
Description
Holds a complete overlay transaction