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>
form.op.check_held(gpc,player)?;
let update =
form.op.op_complex(ApiPieceOpArgs {
- ioccults, gs, player, piece, ipieces, ipc,
+ ioccults, gs, player, piece, ipieces, ipc, client,
+ cseq: form.cseq,
ig: &iad.gref,
to_recalculate: &mut to_recalculate,
})?;
pub player: PlayerId,
pub piece: PieceId,
pub ipc: &'a IPiece,
+ pub cseq: ClientSequence,
+ pub client: ClientId,
}
#[derive(Debug)]