rng: Rename daemon to align with rest of the crate

Make daemon name follow what's used for i2c and gpio.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
This commit is contained in:
Viresh Kumar 2022-10-11 15:42:45 +05:30
parent 57162428cb
commit d1ac89588c

View File

@ -119,7 +119,7 @@ pub(crate) fn start_backend(config: VuRngConfig) -> Result<()> {
));
let mut daemon = VhostUserDaemon::new(
String::from("vhost-user-RNG-daemon"),
String::from("vhost-device-rng-backend"),
Arc::clone(&vu_rng_backend),
GuestMemoryAtomic::new(GuestMemoryMmap::new()),
)