commit | 9953e69b6700d42db8e67d797d2f7920fd978894 | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Sun Oct 15 11:37:16 2017 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Oct 25 00:35:57 2017 +0000 |
tree | 6f269366e7cc228367f6f488205ff26888ed6994 | |
parent | 2ad1b55fcf489bfd28f60e6389ab172391ce23c3 [diff] |
Remove move constructor in Watch class The Watch class is not moveable since the this ptr is passed to sd_event_add_io for context. After a move, systemd context will be pointing at something random. Based on feedback on https://gerrit.openbmc-project.xyz/#/c/6718/7/watch.hpp@35 Change-Id: Idbed233bf84c814d76899dac4fa097c1ee8915f4 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To full clean the repository again run `./bootstrap.sh clean`.