commit | eb9b814403895d6435e04f02a9ff6c2b1b02cf54 | [log] [tgz] |
---|---|---|
author | Sergey Solomin <sergey.solomin@us.ibm.com> | Tue Aug 23 09:07:28 2016 -0500 |
committer | Sergey Solomin <sergey.solomin@us.ibm.com> | Thu Aug 25 13:37:57 2016 -0500 |
tree | 4a1713845844f874799a1b188db209adeaa3e085 | |
parent | bc40c178bb0b345ed1edf553b94369330003af34 [diff] |
Hard-coded service name replaced with call to ObjectMapper In the openbmc code, the dbus service name is hardcoded. The ObjectMapper provides a way to find out the service name by issuing a GetObject method call to the ObjectMapper. That functionality is implemented in mapper.c The output of the call to the mapper is a service name. Resolves openbmc/openbmc#319. Change-Id: I724a31ede6bdf3ae4b361e730857b1f2696a8966 Signed-off-by: Sergey Solomin <sergey.solomin@us.ibm.com>