connection_finder::connection_finder(std::tr1::shared_ptr<connection_pool> c_pool, const std::string &c_secret)
 : pool(c_pool), connection_type(type_unknown), host_key_secret(c_secret), 
   state(c_pool->get_connection_stats(), "Connection State", '?')
{}