Add missing #include to src/main/torrentclient.h.
[tairent.git] / torrents / torrents.xml.example
blobe40053caf8e0934d5fba2e0f194f314b85c63365
1 <!--
2         This is just an example file with torrents that will be handled by
3         Tairent.
5         Note that torrent files should be placed in the same directory with
6         this file.
7 -->
8 <torrents>
9         <torrent file="example.torrent" /><!-- torrent that should be downloaded -->
11 <!--
12         Torrent that should be seeded; note that tairent doesn't check if
13         the data for seeding is complete and at the correct place, it's up to
14         you.
15 -->
16         <torrent file="completed.torrent" complete="1" />
17 </torrents>