summaryrefslogtreecommitdiff
path: root/src/serverinfo.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-08-26 01:31:56 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-08-26 01:31:56 -0400
commit896d80d02ccef746ba6598534ce444da2755ae04 (patch)
tree90f7a878d11ecf0436d79a40b47b222d3ed4dfe0 /src/serverinfo.h
parentaff3ee8fcf427c9ff8c554a179222eabec3a95e2 (diff)
server settings converted to array instead of byte array map
moved cleanup to ServerList
Diffstat (limited to 'src/serverinfo.h')
-rw-r--r--src/serverinfo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/serverinfo.h b/src/serverinfo.h
index 2e5682fc..c6e3b640 100644
--- a/src/serverinfo.h
+++ b/src/serverinfo.h
@@ -52,6 +52,10 @@ public:
container getPreferred() const;
+ // removes servers that haven't been seen in a while
+ //
+ void cleanup();
+
private:
container m_servers;
};