summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2013-03-26 15:35:34 +0100
committerPeter Schiffer <pschiffe@redhat.com>2013-03-26 15:35:34 +0100
commitc47c5c19c5857439db30e40d4a691f5b700adf5f (patch)
tree2cf25719bd0a4e87d56a51cf19cf7d509507a222 /src/globals.h
parent338db1b89aa1276f5c57ba4f970df3c28bfb03ec (diff)
downloadopenlmi-providers-c47c5c19c5857439db30e40d4a691f5b700adf5f.tar.gz
openlmi-providers-c47c5c19c5857439db30e40d4a691f5b700adf5f.tar.xz
openlmi-providers-c47c5c19c5857439db30e40d4a691f5b700adf5f.zip
Hardware: added new providers
Providers added: * LMI_ProcessorCapabilitiesProvider * LMI_ProcessorElementCapabilitiesProvider
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/globals.h b/src/globals.h
index 6cf272c..a1cb18c 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -34,4 +34,6 @@ void _debug(int level, const char *file, int line, const char *format, ...);
#define warn(...) _debug(WARN, __FILE__, __LINE__, __VA_ARGS__)
#define error(...) _debug(ERROR, __FILE__, __LINE__, __VA_ARGS__)
-#endif \ No newline at end of file
+#define ORGID "LMI"
+
+#endif