]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix SQUID-MIB smilint errors (#1020)
authorRob Cowart <robacj@gmail.com>
Tue, 19 Apr 2022 22:39:11 +0000 (22:39 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Mon, 25 Apr 2022 10:58:06 +0000 (10:58 +0000)
commitd1b15c26200fc97ca6023a131f91140498f467dc
tree415a6b2d982b351537c0b421a79b15b9d6ffb112
parent5e2ea2b13bd98f53e29964ca26bb0d602a8a12b9
Fix SQUID-MIB smilint errors (#1020)

- Reorganized cachePeerTable and related objects to fix
  smilint errors which prevent importing the MIB in compilers
  with more strict validation (e.g. MGsoft).

- Import of Unsigned32 from SNMPv2-SMI was removed as it was
  not being used.

- Improved formatting consistency.
include/cache_snmp.h
src/mib.txt
src/snmp_core.cc