Large table column_set_flags
William Durocher <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <CAKPEaHQAQsBpZmZteHftCqaFJv_cZCgEKm1ig6m6AP=kirph3w@mail.gmail.com> |
When generating a table with greater than 32 entries. column_set_flags is still defined as a unsigned int, Since the defines are in the format of (0x1 << xx) this produces a compiler warning because 0x1 is 32 bits and xx is greater than 31 for some of the entries. Also assigning this define to colums_set_flags will not set anything (since 0x1 << 32 produces 0x0) The fix being to adjust the define so that a Long long is produced and redefine columns)set_flags to unsigned long long. Is there a way to configure mib2c to automatically generate the correct size variable and defines. Also, what happens when the next limit is reached, ie 65 or more entries. -- Avis de confidentialité Les informations contenues dans le présent message et dans toute pièce qui lui est jointe sont confidentielles et peuvent être protégées par le secret professionnel. Ces informations sont à l’usage exclusif de son ou de ses destinataires. Si vous recevez ce message par erreur, veuillez s’il vous plait communiquer immédiatement avec l’expéditeur et en détruire tout exemplaire. De plus, il vous est strictement interdit de le divulguer, de le distribuer ou de le reproduire sans l’autorisation de l’expéditeur. Merci. Confidentiality notice This e-mail message and any attachment hereto contain confidential information which may be privileged and which is intended for the exclusive use of its addressee(s). If you receive this message in error, please inform sender immediately and destroy any copy thereof. Furthermore, any disclosure, distribution or copying of this message and/or any attachment hereto without the consent of the sender is strictly prohibited. Thank you. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users