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:
ff772cf
)
drop an xxx
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 4 Jul 2020 18:32:01 +0000
(19:32 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 4 Jul 2020 18:40:20 +0000
(19:40 +0100)
src/sse.rs
patch
|
blob
|
history
diff --git
a/src/sse.rs
b/src/sse.rs
index 32c3482f4c6cad355b1663f1b74ca7225269ac0c..defda9451ff20cc82cac65765bff17ce55768b54 100644
(file)
--- a/
src/sse.rs
+++ b/
src/sse.rs
@@
-39,7
+39,7
@@
impl StableIndexOffset for UpdateId {
struct UpdateReader {
player : PlayerId,
client : ClientId,
- to_send : UpdateId,
// xxx race for setting this initially
+ to_send : UpdateId,
ami : Arc<Mutex<Instance>>,
}