SCPM interface 1.0
Public Attributes

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

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

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

This bool indicated whether the database could be loaded.

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

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

This string holds the version of the loaded SCDB.

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

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