commit | 1693f420d4d16954ecab83f5ab710f8f89d404a0 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@google.com> | Wed Oct 19 16:30:15 2022 -0700 |
committer | Bart Van Assche <bvanassche@google.com> | Tue Oct 25 06:56:50 2022 -0700 |
tree | 0e68b48855508344838532ce979c59520ef51d23 | |
parent | ce45c8ffd8945c4b4651c5800fd381cc7757a655 [diff] |
init: Introduce class InterprocessFifo Prepare for introducing a second interprocess communication channel by introducing the class InterprocessFifo. Stop using std::unique_ptr<> for holding the pipe file descriptors. Handle EOF consistently. Bug: 213617178 Change-Id: Ic0cf18d3d8ea61b8ee17e64de8a9df2736e26728 Signed-off-by: Bart Van Assche <bvanassche@google.com>