summaryrefslogtreecommitdiffstats
path: root/src/libs/libopenlmi/openlmi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/libopenlmi/openlmi.h')
-rw-r--r--src/libs/libopenlmi/openlmi.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/libs/libopenlmi/openlmi.h b/src/libs/libopenlmi/openlmi.h
index a35e01e..8999ace 100644
--- a/src/libs/libopenlmi/openlmi.h
+++ b/src/libs/libopenlmi/openlmi.h
@@ -43,10 +43,16 @@
#define ARRAY_SIZE(name) (sizeof(name) / sizeof(name[0]))
/* Association sides. */
-#define LMI_GROUP_COMPONENT "GroupComponent"
-#define LMI_PART_COMPONENT "PartComponent"
-#define LMI_SAME_ELEMENT "SameElement"
-#define LMI_SYSTEM_ELEMENT "SystemElement"
+#define LMI_GROUP_COMPONENT "GroupComponent"
+#define LMI_PART_COMPONENT "PartComponent"
+#define LMI_SAME_ELEMENT "SameElement"
+#define LMI_SYSTEM_ELEMENT "SystemElement"
+#define LMI_COLLECTION "Collection"
+#define LMI_MEMBER "Member"
+#define LMI_SYSTEM "System"
+#define LMI_INSTALLED_SOFTWARE "InstalledSoftware"
+#define LMI_AVAILABLE_SAP "AvailableSAP"
+#define LMI_MANAGED_ELEMENT "ManagedElement"
/* CMPI_RC_ERR_<error> values end at 200. 0xFF should be safe. */
#define LMI_RC_ERR_CLASS_CHECK_FAILED 0xFF