switch_info_t Struct Reference

variable type for profile switch information More...

List of all members.

Public Attributes

bool profile_modified
 profile modified flag

string profile_name
 Contains the profile name.

vector< resource_info_tmodified_resources
 Vector containing resource descriptions of modified resources.


Detailed Description

This struct is used to communicate the modified resources to the frontend in a profile switch process. It holds a vector of resource_info_t structs which describe the changed resources and some other profile informations.


Member Data Documentation

profile_modified
 

This will be set to true by SCPM::PrepareSwitch() in case the profile is modified.

profile_name
 

Is set to the profile name for which the switch was prepared.

modified_resources
 

This vector is fillup up with variables of type resource_info_t, holding the information about changed resources. With this information the frontend can query the user which resource modification should be saved or dropped.


The documentation for this struct was generated from the following files:
SCPM interface description - 2002,2003 SuSE Linux AG