diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-08-26 01:31:56 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-08-26 01:31:56 -0400 |
| commit | 896d80d02ccef746ba6598534ce444da2755ae04 (patch) | |
| tree | 90f7a878d11ecf0436d79a40b47b222d3ed4dfe0 /src/serverinfo.h | |
| parent | aff3ee8fcf427c9ff8c554a179222eabec3a95e2 (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.h | 4 |
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;
};
|
