summaryrefslogtreecommitdiffstats
path: root/host-ipmid
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2017-04-02 10:06:43 -0500
committerAndrew Geissler <andrewg@us.ibm.com>2017-05-09 12:50:40 -0500
commit93c679b77feda2b560c3b9a1b77cb48a537d033e (patch)
treeada5592abcfdd35d5708769390b43f53e08be11c /host-ipmid
parent0c07c320a5872aaf3cf9efc8f162a33b25d577c3 (diff)
downloadphosphor-host-ipmid-93c679b77feda2b560c3b9a1b77cb48a537d033e.tar.gz
phosphor-host-ipmid-93c679b77feda2b560c3b9a1b77cb48a537d033e.zip
Add sd_event processing to host ipmid application
In order to support the timer function, it's required to use the sd_event loop instead of sdbus loop Change-Id: I3a30fee1a21cbfadd0cbb5478bf46bea4b5ca0b8 Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
Diffstat (limited to 'host-ipmid')
-rw-r--r--host-ipmid/ipmid-api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/host-ipmid/ipmid-api.h b/host-ipmid/ipmid-api.h
index 67a1000..cc3be36 100644
--- a/host-ipmid/ipmid-api.h
+++ b/host-ipmid/ipmid-api.h
@@ -122,6 +122,7 @@ enum ipmi_return_codes
};
sd_bus *ipmid_get_sd_bus_connection(void);
+sd_event *ipmid_get_sd_event_connection(void);
sd_bus_slot *ipmid_get_sd_bus_slot(void);
#ifdef __cplusplus
OpenPOWER on IntegriCloud