summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@linux.vnet.ibm.com>2017-02-21 19:51:52 -0600
committerPatrick Williams <patrick@stwcx.xyz>2017-02-22 03:14:59 +0000
commit70bb6bcd2e66c749a9e88b2cd3da6af660e71bc0 (patch)
treeca02615550596fa4909b3f3fdcd114a10cb9b150 /configure.ac
parent2bb15195dbed122ed327c2659f18323a8ed5c0f5 (diff)
downloadphosphor-logging-70bb6bcd2e66c749a9e88b2cd3da6af660e71bc0.tar.gz
phosphor-logging-70bb6bcd2e66c749a9e88b2cd3da6af660e71bc0.zip
Add ObjectManager to the root path of the log manager
The ObjectManager needs to be added to the top most path of the dbus objects that it manages, so need to initialize it with Logging/ and it'd manage the Logging/Internal/ and Logging/Entry/ objects. Fixes openbmc/openbmc#1170. Change-Id: Ie659a2deaed2967ebca326a86b2e7fd7e637f784 Signed-off-by: Adriana Kobylak <anoo@linux.vnet.ibm.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9f51ec6..a822189 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,6 +60,7 @@ AS_IF([test "x$enable_oe_sdk" == "xyes"],
)
AC_DEFINE(BUSNAME_LOGGING, "xyz.openbmc_project.Logging", [The log manager DBus busname to own.])
+AC_DEFINE(OBJ_LOGGING, "/xyz/openbmc_project/Logging", [The log manager DBus object path.])
AC_DEFINE(OBJ_INTERNAL, "/xyz/openbmc_project/Logging/Internal/Manager", [The private log manager DBus object path.])
AC_DEFINE(OBJ_ENTRY, "/xyz/openbmc_project/Logging/Entry", [The log entry DBus object path.])
AC_CONFIG_HEADERS([config.h])
OpenPOWER on IntegriCloud