bneradt commented on PR #11937: URL: https://github.com/apache/trafficserver/pull/11937#issuecomment-2571419339
From the Rocky build: https://ci.trafficserver.apache.org/job/Github_Builds/job/rocky/6106/console ``` ../src/iocore/net/P_SSLNetVConnection.h:100:7: error: 'SSLNetVConnection' has a field 'SSLNetVConnection::hookOpRequested' whose type has no linkage [-Werror=subobject-linkage] 100 | class SSLNetVConnection : public UnixNetVConnection, | ^~~~~~~~~~~~~~~~~ ``` I'm not sure why your change would cause `hookOpRequested` to loose linkage. -- 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: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org