[MINOR] acl: add srv_conn acl to count connections on a
specific backend server

These ACLs are used to check the number of active connections on the specified server in the specified backend.
diff --git a/include/types/acl.h b/include/types/acl.h
index a22b6cc..9afd85c 100644
--- a/include/types/acl.h
+++ b/include/types/acl.h
@@ -308,7 +308,7 @@
 	union {                     /* optional argument of the subject (eg: header or cookie name) */
 		char *str;
 		struct userlist *ul;
-		struct server *srv;
+		struct server *srv; /* must be initialised by acl_find_targets */
 	} arg;
 	int arg_len;                /* optional argument length */
 	struct list patterns;       /* list of acl_patterns */