maskit opened a new pull request, #12888: URL: https://github.com/apache/trafficserver/pull/12888
We have two integer log type, sINT (single int) and dINT (double int). Those might have had different sizes in 32 bit era, but it seems like everything is 64 bit integer now. I don't see any reasons to use dINT, and the existence is just confusing. We might want a bigger integer type in the future, but I'd suggest explicit name such like INT128 instead of "double" integer. The enum entry is kept for compatibility. -- 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]
