Menu

#1020 perl-counter64

closed
nobody
None
5
2012-11-09
2009-11-02
Max Romanov
No

if you have:
1. perl compiled without 64bit integers
2. AgentX in perl
3. Counter64 data to return
the only way to pass 64-bit data to agent is string representation. Using strtoull() instead of strtoul() helps to achieve this.

Discussion

  • Max Romanov

    Max Romanov - 2009-11-02

    Fix to use Counter64 in perl subagent

     
  • Dave Shield

    Dave Shield - 2009-11-30

    Thanks for the patch! It has been applied to the 5.2.x, 5.3.x and 5.4.x code branches and the main development tree, and will appear in future releases of the Net-SNMP package.

     
  • Dave Shield

    Dave Shield - 2009-11-30

    SVN revision 17846

     

Log in to post a comment.