UF_ASSEM_upgrade_status_s (view source)
 
Defined in: uf_assem_types.h
 
Also known as:
 
Overview
Assembly Upgrade status structure


Data Members

failed
logical
true if any components could not be upgraded

n_components
int
length of the following two arrays

component_names
char * *
array of component names that failed to upgrade.
This array must be freed using
UF_free_string_array.

statuses
int *
associated statuses with each file name. This
array must be freed using UF_free.