connections.cc (184B)
1 #include "balancer" 2 3 unsigned Balancer::connections() { 4 unsigned ret = 0; 5 6 for (unsigned i = 0; i < nbackends(); i++) 7 ret += backend(i).connections(); 8 return (ret); 9 }
crossroadsGit mirror of https://crossroads.e-tunity.com/ | |
| git clone git://git.finwo.net/app/crossroads | |
| Log | Files | Refs | LICENSE |