00001 #ifndef SETUP_TRANSFER_HPP 00002 #define SETUP_TRANSFER_HPP 00003 00004 #include "libtorrent/session.hpp" 00005 #include <boost/tuple/tuple.hpp> 00006 00007 00008 void sleep(int msec); 00009 boost::tuple<libtorrent::torrent_handle, libtorrent::torrent_handle> 00010 setup_transfer(libtorrent::session& ses1, libtorrent::session& ses2 00011 , bool clear_files); 00012 00013 #endif 00014
1.5.6