peer_t            306 cygnal/cygnal.cpp 	boost::shared_ptr<peer_t> peer(new Cygnal::peer_t);
peer_t            325 cygnal/cygnal.cpp Cygnal::probePeers(peer_t &peer)
peer_t            351 cygnal/cygnal.cpp Cygnal::probePeers(std::vector<boost::shared_ptr<peer_t> > &peers)
peer_t            356 cygnal/cygnal.cpp     std::vector<boost::shared_ptr<Cygnal::peer_t> >::iterator it;
peer_t            358 cygnal/cygnal.cpp 	boost::shared_ptr<Cygnal::peer_t> peer = *it;
peer_t            397 cygnal/cygnal.cpp     std::vector<boost::shared_ptr<Cygnal::peer_t> >::iterator it;
peer_t            921 cygnal/cygnal.cpp 		std::vector<boost::shared_ptr<Cygnal::peer_t> >::iterator it;
peer_t            922 cygnal/cygnal.cpp 		std::vector<boost::shared_ptr<Cygnal::peer_t> > active = cyg.getActive();
peer_t            924 cygnal/cygnal.cpp 		    Cygnal::peer_t *peer = (*it).get();
peer_t             61 cygnal/cygnal.h     void probePeers(peer_t &peer);
peer_t             62 cygnal/cygnal.h     void probePeers(boost::shared_ptr<peer_t> peer);
peer_t             63 cygnal/cygnal.h     void probePeers(std::vector<boost::shared_ptr<peer_t> > &peers);
peer_t             72 cygnal/cygnal.h     std::vector<boost::shared_ptr<peer_t> > & getActive() { return _active_peers; };
peer_t             77 cygnal/cygnal.h     void addPeer(boost::shared_ptr<peer_t> x) {
peer_t             81 cygnal/cygnal.h     std::vector<boost::shared_ptr<peer_t> > _peers;
peer_t             82 cygnal/cygnal.h     std::vector<boost::shared_ptr<peer_t> > _active_peers;