Sybren A. Stüvel 169aa3ddc3 OAPI: extract worker status request fields into their own struct
Instead of always passing `status_requested` and `lazy_status_request`
in tandem, and requiring one when the other is present, they are now
always passed as a struct `WorkerStatusChangeRequest`. This struct has
both fields required.

`WorkerStatusChangeRequest` already existed, and is now altered by changing
its field `status_requested` to simply `status` -- the fact that it's
requested is already clear from the context.
2022-06-02 12:16:03 +02:00
..
2022-05-31 17:19:06 +02:00
2022-05-31 17:19:06 +02:00
2022-05-31 17:19:06 +02:00
2022-05-31 17:19:06 +02:00