Use TORRENT_EXPORT for disk_job_fence and storage_piece_set (Fixed #1348)

This commit is contained in:
pavel.pimenov 2016-11-23 08:29:01 +03:00 committed by Arvid Norberg
parent 64fed14ccc
commit 8011ab57be
1 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ namespace libtorrent
// any outstanding jobs on the torrent, then the fence is lowered // any outstanding jobs on the torrent, then the fence is lowered
// and it can be performed, along with the backlog of jobs that // and it can be performed, along with the backlog of jobs that
// accrued while the fence was up // accrued while the fence was up
struct TORRENT_EXTRA_EXPORT disk_job_fence struct TORRENT_EXPORT disk_job_fence
{ {
disk_job_fence(); disk_job_fence();
~disk_job_fence() ~disk_job_fence()
@ -219,7 +219,7 @@ namespace libtorrent
// a specific storage, are in the cache right now. It's // a specific storage, are in the cache right now. It's
// used for quickly being able to evict all pieces for a // used for quickly being able to evict all pieces for a
// specific torrent // specific torrent
struct TORRENT_EXTRA_EXPORT storage_piece_set struct TORRENT_EXPORT storage_piece_set
{ {
void add_piece(cached_piece_entry* p); void add_piece(cached_piece_entry* p);
void remove_piece(cached_piece_entry* p); void remove_piece(cached_piece_entry* p);