~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to include/snmp_error.h

  • Committer: Christos Tsantilas
  • Date: 2009-04-11 09:00:59 UTC
  • mfrom: (9294.1.333 trunk)
  • Revision ID: chtsanti@users.sourceforge.net-20090411090059-8n47p1kyy1cqfqkn
MergeĀ FromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
#define SNMP_ERR_WRONGTYPE           (0x7)
45
45
#define SNMP_ERR_WRONGLENGTH         (0x8)
46
46
#define SNMP_ERR_WRONGENCODING       (0x9)
 
47
/* 0x0A - 0x0F undefined */
47
48
#define SNMP_ERR_WRONGVALUE          (0x10)
48
49
#define SNMP_ERR_NOCREATION          (0x11)
49
50
#define SNMP_ERR_INCONSISTENTVALUE   (0x12)