From fc4588ad3b7f8008962bdeaa5df8ed9dc0ad4dab Mon Sep 17 00:00:00 2001 From: arvidn Date: Wed, 20 Sep 2017 08:21:28 +0200 Subject: [PATCH] bump priority of storage_moved_alert and storage_moved_failed_alert --- include/libtorrent/alert_types.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libtorrent/alert_types.hpp b/include/libtorrent/alert_types.hpp index 836fdf5fc..b4bc43410 100644 --- a/include/libtorrent/alert_types.hpp +++ b/include/libtorrent/alert_types.hpp @@ -924,7 +924,7 @@ namespace libtorrent storage_moved_alert(aux::stack_allocator& alloc , torrent_handle const& h, std::string const& p); - TORRENT_DEFINE_ALERT(storage_moved_alert, 33) + TORRENT_DEFINE_ALERT_PRIO(storage_moved_alert, 33) static const int static_category = alert::storage_notification; virtual std::string message() const TORRENT_OVERRIDE; @@ -951,7 +951,7 @@ namespace libtorrent , std::string const& file , char const* op); - TORRENT_DEFINE_ALERT(storage_moved_failed_alert, 34) + TORRENT_DEFINE_ALERT_PRIO(storage_moved_failed_alert, 34) static const int static_category = alert::storage_notification; virtual std::string message() const TORRENT_OVERRIDE;