LivoxProto1: Rename pcloudDataSocketDesc=>pcloudDataFdDesc

This commit is contained in:
2025-11-01 23:20:31 -04:00
parent 14b97a52ed
commit 7a55a65589
4 changed files with 19 additions and 10 deletions
@@ -47,7 +47,7 @@ private:
bool isSetup;
// Point cloud data socket descriptor
std::shared_ptr<boost::asio::posix::stream_descriptor> pcloudDataSocketDesc;
std::shared_ptr<boost::asio::posix::stream_descriptor> pcloudDataFdDesc;
// Stall detection timer
boost::asio::deadline_timer stallTimer;