summaryrefslogtreecommitdiffstats
path: root/src/libs
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2014-05-07 19:02:29 +0200
committerPeter Schiffer <pschiffe@redhat.com>2014-05-09 12:22:09 +0200
commit82f17656c3ef7c7e2647b2d81aedac3757651c7c (patch)
treeec0ac81d9e545f19b0037875d7b0bce8f8af05ef /src/libs
parentdb6b53b5c7c4e454f5c9ac78f82e3bd177f3ac91 (diff)
downloadopenlmi-providers-82f17656c3ef7c7e2647b2d81aedac3757651c7c.tar.gz
openlmi-providers-82f17656c3ef7c7e2647b2d81aedac3757651c7c.tar.xz
openlmi-providers-82f17656c3ef7c7e2647b2d81aedac3757651c7c.zip
Software-dbus: embrace the new openlmi common library
Diffstat (limited to 'src/libs')
-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