Imported Upstream version 2.6.0
This commit is contained in:
parent
26fb71b504
commit
459aaf9392
510 changed files with 40508 additions and 18859 deletions
|
|
@ -45,8 +45,8 @@
|
|||
/* Model Name formating entries */
|
||||
/* --------------------------------------------------------------- */
|
||||
typedef struct {
|
||||
char *basename; /* as returned by Si 1 <data 2> */
|
||||
char *finalname;
|
||||
const char *basename; /* as returned by Si 1 <data 2> */
|
||||
const char *finalname;
|
||||
} models_name_t;
|
||||
|
||||
models_name_t Si1_models_names [] =
|
||||
|
|
@ -189,8 +189,8 @@ typedef struct {
|
|||
const char *type; /* INFO_* element */
|
||||
int flags; /* INFO-element flags to set in addinfo */
|
||||
int length; /* INFO-element length of strings */
|
||||
const char cmd[32]; /* UPS command string to requets element */
|
||||
const char fmt[32]; /* printf format string for INFO entry */
|
||||
const char *cmd; /* UPS command string to requets element */
|
||||
const char *fmt; /* printf format string for INFO entry */
|
||||
units_t unit; /* unit of measurement, or NONE */
|
||||
bool_t ok; /* flag indicating if item is available */
|
||||
} mge_info_item_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue