from a quick eyeball, you need to feed id, method (An ENUM value) and
then the URL.
===
(unsigned char *) &id, sizeof(id));
(unsigned char *) &method, sizeof(method));
(unsigned char *) url, strlen(url));
===
So there are unique for a given version of squid (id and method will
change), and potentially even for different C compilers or platforms.
Rob
Received on Fri Dec 28 2001 - 04:23:13 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:14:42 MST