fixed test_ip_filter and test_piece_picker to reflect recent api changes. Fixed an Obj.C naming issue. Removed files from include/Makefile.am that was removed from asio.
This commit is contained in:
@@ -12,7 +12,7 @@ int test_main()
|
||||
const int num_pieces = 6;
|
||||
|
||||
// 4 blocks per piece
|
||||
piece_picker p(4, num_pieces * 4, 7);
|
||||
piece_picker p(4, num_pieces * 4);
|
||||
|
||||
// we have the first piece
|
||||
std::vector<bool> have(num_pieces, false);
|
||||
|
Reference in New Issue
Block a user