chiark / gitweb /
api: Provide Client and ClientSequence to api ops
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 3 Apr 2021 17:03:21 +0000 (18:03 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 4 Apr 2021 19:07:53 +0000 (20:07 +0100)
commitd9bc5ced63c2934f5c1fb807f5bc8e15f83eb602
treeabc4c7d9520f2e02cda51029b6c5c43415310e09
parenteef2bcd6b08e2674f8fb48f5682fe1f1809cf05d
api: Provide Client and ClientSequence to api ops

Some that want to do sophisticated things might want it.  I thought
"organise" did but in fact that needs to be done a different way.
Keep this change though; it may come in handy.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
daemon/api.rs
src/gamestate.rs