fix one more ifdef issue

This commit is contained in:
Arvid Norberg 2013-12-21 05:59:26 +00:00
parent 651e091eed
commit 603eea7e60
1 changed files with 4 additions and 0 deletions

View File

@ -121,7 +121,11 @@ namespace libtorrent
#ifndef TORRENT_DISABLE_EXTENSIONS
, m_upload_only_id(0)
, m_holepunch_id(0)
#endif
#ifndef TORRENT_DISABLE_ENCRYPTION
, m_sync_bytes_read(0)
#endif
#ifndef TORRENT_DISABLE_EXTENSIONS
, m_dont_have_id(0)
, m_share_mode_id(0)
#endif