BIND 10 #2986: Auth statistics counters become minus (proposal of 64bit counters and CC library)

BIND 10 Development do-not-reply at isc.org
Fri Jun 7 07:41:00 UTC 2013


#2986: Auth statistics counters become minus (proposal of 64bit counters and CC
library)
-------------------------------------+-------------------------------------
            Reporter:  fujiwara      |                        Owner:
                Type:  defect        |                       Status:  new
            Priority:  medium        |                    Milestone:  New
           Component:  statistics    |  Tasks
            Keywords:                |                   Resolution:
           Sensitive:  0             |                 CVSS Scoring:
         Sub-Project:  DNS           |              Defect Severity:  N/A
Estimated Difficulty:  0             |  Feature Depending on Ticket:
         Total Hours:  0             |          Add Hours to Ticket:  0
                                     |                    Internal?:  0
-------------------------------------+-------------------------------------

Comment (by vorner):

 I don't think it makes sense to have both signed and unsigned 64bit ints
 (the signed one should have large enough range for our needs, so let's not
 complicate it by more types ‒ at least not before the config rewrite).

 Changing the size of the integer has its pitfalls too. I think we should
 trace where everywhere we use the IntElement and update the integer types
 we put in and take out.

 Also, may I propose using `int64_t` instead of `long long`? Just to be
 sure what the type is.

-- 
Ticket URL: <http://bind10.isc.org/ticket/2986#comment:5>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list