scpm_status_t Struct Reference

transport container for SCPM status information More...

List of all members.

Public Attributes

bool initialized
 SCPM initialized
bool enabled
 SCPM enabled
bool db_loaded
 SCDB loaded
bool db_uptodate
 SCDB up to date
bool locked
bool needs_reinit
bool needs_recover
std::string active_profile
 active profile
std::string scpm_version
 version of the SCPM subsystem
std::string db_version
 SCDB version
std::string db_format
 SCDB format
std::string db_format_version
 SCDB format version


Detailed Description

This struct type is used for the SCPM::Status function.


Member Data Documentation

initialized
 

This is set to true in case SCPM has been initialized. That means, a database has been generated.

enabled
 

This is set to true in case SCPM has been enabled and is ready for use.

db_loaded
 

This bool indicated whether the database could be loaded.

db_uptodate
 

This is normally set to true. If not, the database needs a conversion to the current format.

active_profile
 

A string containing the active profile. Is the same as SCPM::Active would return.

db_version
 

This string holds the version of the loaded SCDB.

db_format
 

This string holds the format of the loaded SCDB. Actually there is only xml available.

db_format_version
 

This string holds the format version of the loaded SCDB.


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