]> git.ipfire.org Git - thirdparty/squid.git/commit
SNMP changes/fixes
authorwessels <>
Tue, 17 Mar 1998 12:12:30 +0000 (12:12 +0000)
committerwessels <>
Tue, 17 Mar 1998 12:12:30 +0000 (12:12 +0000)
commit5e14bf6d450a13f8ec961da2f76eb53337548bee
tree9625e2f48cc66c5785001a453b13ef5fb29e87e6
parent5f925a79d2fffde8be82419852f761c08209e9cb
SNMP changes/fixes
- changed some snmplib debugging messages
- simplifed and fixed snmplib_debug_hook interface.  It
  wasn't properly passing all the 'varargs' args.  Now
  it just vsnprintf's to a buf and passes that.
- struct _snmpconf was never used.
- made 'snmp_agent_conf' a stringlist type
- moved 'snmp_agent_conf' processing to snmpInit().
- moved snmpInit() call to before 'ready to serve requests'
  message.
ChangeLog
snmplib/mib.c
snmplib/parse.c
snmplib/snmplib_debug.c
src/cache_cf.cc
src/cf.data.pre
src/main.cc
src/structs.h
src/typedefs.h