mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vhost_user_backend: Rename start() to start_server()
The point being to identify clearly that we're running the backend as a server. This anticipates the addition of a new function for running the backend as a client. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
@@ -507,7 +507,7 @@ pub fn start_block_backend(backend_command: &str) {
|
||||
|
||||
debug!("blk_daemon is created!\n");
|
||||
|
||||
if let Err(e) = blk_daemon.start(listener) {
|
||||
if let Err(e) = blk_daemon.start_server(listener) {
|
||||
error!(
|
||||
"Failed to start daemon for vhost-user-block with error: {:?}\n",
|
||||
e
|
||||
|
||||
Reference in New Issue
Block a user