chiark / gitweb /
note a bug as a todo
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 3 Oct 2020 10:56:26 +0000 (11:56 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 3 Oct 2020 10:56:26 +0000 (11:56 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/global.rs

index 1389881cdd81d1e2b1ad3d1928de455728d5859d..98a750ae8ba2c455f85de5d0feb9b1a1ca0bc198 100644 (file)
@@ -1006,7 +1006,7 @@ pub fn game_flush_task() {
   }
 }
 
-// ---------- client expiry ----------
+// ---------- client expiry ---------- xxx not working
 
 pub fn client_expire_old_clients() {
   fn lock_even_poisoned(gref: &InstanceRef) -> MutexGuard<InstanceContainer> {