summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2013-08-23 14:44:02 +0200
committerTomas Bzatek <tbzatek@redhat.com>2013-10-15 15:23:49 +0200
commitfa53e73b895c90c80361300abc9304596115d2d1 (patch)
treece81a027e06a0c6a9a1f71e477838829e285b805 /mof
parent144dcfc5a924ecba7f615064156f6a40247c39b2 (diff)
downloadopenlmi-providers-fa53e73b895c90c80361300abc9304596115d2d1.tar.gz
openlmi-providers-fa53e73b895c90c80361300abc9304596115d2d1.tar.xz
openlmi-providers-fa53e73b895c90c80361300abc9304596115d2d1.zip
journald: Add indications
Also contains simple test suite to test indications.
Diffstat (limited to 'mof')
-rw-r--r--mof/60_LMI_Journald.mof6
1 files changed, 6 insertions, 0 deletions
diff --git a/mof/60_LMI_Journald.mof b/mof/60_LMI_Journald.mof
index 85dad2b..63976b5 100644
--- a/mof/60_LMI_Journald.mof
+++ b/mof/60_LMI_Journald.mof
@@ -62,3 +62,9 @@ class LMI_JournalRecordInLog: CIM_RecordInLog
[ Override("LogRecord"), Key ]
LMI_JournalLogRecord REF LogRecord;
};
+
+[ Version("0.2.0"), Provider("cmpi:cmpiLMI_Journald"),
+ Indication ]
+ class LMI_JournalLogRecordInstanceCreationIndication: CIM_InstCreation
+{
+};