bneradt commented on PR #9424: URL: https://github.com/apache/trafficserver/pull/9424#issuecomment-1470501400
> That would have the same problem I think. The contents of UdpPacketInternal would be visible in files where it is not currently visible (loss of scoping). How? Currently the contents of UDPPacketInternal are accessed through a cast via . My suggestion is to make UDPacketInternal an object contained in UDPPacket. It would be accessed as a member. It shouldn't change any scoping and it would eliminate the awkward inheritance. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
