1
0
Fork 0

Terminate the HdmiConnection struct declaration

This commit is contained in:
Brendan Szymanski 2026-08-09 22:41:04 -04:00
parent 8b7cdd6f38
commit 6b817d7c7c

View file

@ -60,6 +60,7 @@ struct HdmiConnection : public BnHdmiConnection {
std::shared_ptr<IHdmiConnectionCallback> mCallback; std::shared_ptr<IHdmiConnectionCallback> mCallback;
std::thread mMonitorThread; std::thread mMonitorThread;
int mStopFd = -1; int mStopFd = -1;
};
} // namespace implementation } // namespace implementation
} // namespace connection } // namespace connection