Willy Tarreau 4426770013 CLEANUP: rename possibly confusing struct field "tracked"
When reading the code, the "tracked" member of a server makes one
think the server is tracked while it's the opposite, it's a pointer
to the server being tracked. This is particularly true in constructs
such as :

	if (srv->tracked) {

Since it's the second time I get caught misunderstanding it, let's
rename it to "track" to avoid the confusion.
2011-10-28 15:35:33 +02:00
..
2009-10-18 08:20:26 +02:00
2011-03-28 18:45:15 +02:00
2009-01-25 13:49:53 +01:00
2007-05-13 20:19:55 +02:00