mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
There is no reason for most of the Request struct to be writable from anywhere in the codebase. Encapsulate it. Use getter functions for access outside the request module. Replace the trivial setter for the writeback field with direct assignment. No functional change intended. Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>