]> 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)
committerAmos Jeffries <yadij@users.noreply.github.com>
Tue, 10 May 2022 08:00:04 +0000 (20:00 +1200)
commitf77f6f55ddb8530eba36a425440cd62fd571da7b
tree87f9a0ebc5c82594eae0dd9ade75f0dff91e8946
parent1740315dc85ade1965934b63c0a3244860bac0a1
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