chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8015c17
)
done
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 23 Aug 2020 11:21:31 +0000
(12:21 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 23 Aug 2020 11:21:31 +0000
(12:21 +0100)
src/global.rs
patch
|
blob
|
history
diff --git
a/src/global.rs
b/src/global.rs
index 707219d4b46e53dccaa4378ea1b9575c66d8f510..7450ebd1abc2c6a687d3f24073bd13be82f8ddf3 100644
(file)
--- a/
src/global.rs
+++ b/
src/global.rs
@@
-158,7
+158,6
@@
struct Global {
config : RwLock<Arc<ServerConfig>>,
dirty : Mutex<VecDeque<InstanceRef>>,
save_area_lock : Mutex<Option<File>>,
- // xxx delete clients at some point!
}
#[derive(Debug)]
@@
-515,9
+514,6
@@
impl InstanceGuard<'_> {
// ---------- save/load ----------
-// xxx saving on client api calls
-// xxx saving on "extraordinary" mgmt calls
-
enum SavefilenameParseResult {
NotGameFile,
AccessFile,