Added -t for dumping tracker requests.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@315 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2005-03-01 19:21:49 +00:00
parent ef3a8fcd83
commit b840476527
8 changed files with 49 additions and 15 deletions
+1
View File
@@ -29,6 +29,7 @@ Directory::update() {
Base::push_back(ent->d_name);
}
closedir(d);
Base::sort(std::less<std::string>());
}