forked from premiere/premiere-libtorrent
Use TORRENT_EXPORT for disk_job_fence and storage_piece_set (Fixed #1348)
This commit is contained in:
parent
64fed14ccc
commit
8011ab57be
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue