You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/10/14 15:01:40 UTC

[GitHub] [trafficserver] bneradt commented on pull request #8421: Rename IpEndpoint member functions named port() to network_order_port().

bneradt commented on pull request #8421:
URL: https://github.com/apache/trafficserver/pull/8421#issuecomment-943443921


   Looks like the CentOS build shows a few other uses of port():
   https://jenkins.trafficserver.org/job/Github_Builds/job/centos/100/console
   
   ```
     CXX      QUICTypes.o
   QUICTypes.cc: In constructor 'QUICFiveTuple::QUICFiveTuple(IpEndpoint, IpEndpoint, int)':
   QUICTypes.cc:573:26: error: 'union IpEndpoint' has no member named 'port'
     573 |   this->_hash_code = src.port() + dst.port() + protocol;
         |                          ^~~~
   QUICTypes.cc:573:39: error: 'union IpEndpoint' has no member named 'port'
     573 |   this->_hash_code = src.port() + dst.port() + protocol;
         |                                       ^~~~
   QUICTypes.cc: In member function 'void QUICFiveTuple::update(IpEndpoint, IpEndpoint, int)':
   QUICTypes.cc:583:26: error: 'union IpEndpoint' has no member named 'port'
     583 |   this->_hash_code = src.port() + dst.port() + protocol;
         |                          ^~~~
   QUICTypes.cc:583:39: error: 'union IpEndpoint' has no member named 'port'
     583 |   this->_hash_code = src.port() + dst.port() + protocol;
         |                                       ^~~~
   make[3]: *** [Makefile:1883: QUICTypes.o] Error 1
   ```


-- 
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-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org