From a11bdecfcdb661e1203c50b193263670e6d8e38e Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Fri, 3 Aug 2018 00:27:53 +0200 Subject: [PATCH] update fwd.hpp --- include/libtorrent/fwd.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libtorrent/fwd.hpp b/include/libtorrent/fwd.hpp index 157edc635..95b3cfd62 100644 --- a/include/libtorrent/fwd.hpp +++ b/include/libtorrent/fwd.hpp @@ -106,7 +106,6 @@ struct dht_announce_alert; struct dht_get_peers_alert; struct stats_alert; struct cache_flushed_alert; -struct anonymous_mode_alert; struct lsd_peer_alert; struct trackerid_alert; struct dht_bootstrap_alert; @@ -139,6 +138,7 @@ struct dht_live_nodes_alert; struct session_stats_header_alert; struct dht_sample_infohashes_alert; struct block_uploaded_alert; +struct alerts_dropped_alert; TORRENT_VERSION_NAMESPACE_2_END // include/libtorrent/announce_entry.hpp @@ -276,13 +276,13 @@ TORRENT_VERSION_NAMESPACE_2_END // include/libtorrent/alert_types.hpp TORRENT_VERSION_NAMESPACE_2 struct torrent_added_alert; +struct anonymous_mode_alert; struct mmap_cache_alert; struct torrent_update_alert; TORRENT_VERSION_NAMESPACE_2_END // include/libtorrent/file_storage.hpp struct file_entry; -struct internal_file_entry; // include/libtorrent/lazy_entry.hpp struct pascal_string;