--------------------- PatchSet 6225 Date: 2007/12/03 09:20:30 Author: rmartinez Branch: squid3-ipv6 Tag: (none) Log: Added cachePeerIndex Members: include/cache_snmp.h:1.1.30.2->1.1.30.3 Index: squid3/include/cache_snmp.h =================================================================== RCS file: /cvsroot/squid-sf//squid3/include/cache_snmp.h,v retrieving revision 1.1.30.2 retrieving revision 1.1.30.3 diff -u -r1.1.30.2 -r1.1.30.3 --- squid3/include/cache_snmp.h 26 Oct 2007 07:52:02 -0000 1.1.30.2 +++ squid3/include/cache_snmp.h 3 Dec 2007 09:20:30 -0000 1.1.30.3 @@ -1,5 +1,5 @@ /* - * $Id: cache_snmp.h,v 1.1.30.2 2007/10/26 07:52:02 rmartinez Exp $ + * $Id: cache_snmp.h,v 1.1.30.3 2007/12/03 09:20:30 rmartinez Exp $ */ #ifndef SQUID_CACHE_SNMP_H @@ -246,9 +246,10 @@ MESH_END }; - /* cachePeerEntry */ +/* cachePeerEntry */ enum { MESH_PTBL_START, + MESH_PTBL_INDEX, /* cachePeerIndex */ MESH_PTBL_NAME, /* cachePeerName */ MESH_PTBL_ADDR_TYPE, /* cachePeerAddressType */ MESH_PTBL_ADDR, /* cachePeerAddress */