commit | e824f985e7e32923d9f76e3ad5baf4909880739f | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Thu May 11 10:07:55 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu May 11 19:58:23 2017 +0000 |
tree | 8a89c8fc65f2611101d04ae9c550d4beb707d69d | |
parent | 14321846e57f483f472590b1c5fe35891511312f [diff] |
Use unique_ptr for sd_event object wrapper Convert the sd_event object wrapper from a shared_ptr to a unique_ptr. Requires a new header file. Change-Id: I868a9e88ed93878c2e0bb12e58f8d3a604510da0 Signed-off-by: Matt Spinler <spinler@us.ibm.com>