commit | b975c4051e969bdb23ef18fa97224ee4d80882c3 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Fri Nov 23 15:28:58 2018 +1100 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Tue Nov 27 18:08:32 2018 +0000 |
tree | 847a92624ecbcc49a9fa9e4ca37c643dcd5560e1 | |
parent | 1a4117b8a6163dc2596cf9302c38edfef2042738 [diff] |
ipmid: Use sd_event_loop() The infinite for-loop over sd_event_run() is effectively the implementation of sd_event_loop(). sd_event_loop() has the additional features of terminating correctly and running exit tasks on sd_event_exit(). Change-Id: Ib01a9b1e43891cbb65cfcab1c7a000d2a13728de Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.