virtio-devices: vhost_user: Fix wrong naming regarding reconnection

Since the reconnection thread took on the responsibility to handle
backend initiated requests as well, the variable naming should reflect
this by avoiding the "reconnect" prefix.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf
2021-06-14 10:46:44 +02:00
committed by Bo Chen
parent 428c637506
commit 744e9d06e5
4 changed files with 28 additions and 28 deletions

View File

@@ -251,7 +251,7 @@ impl<S: VhostUserMasterReqHandler> EpollHelperHandler for VhostUserEpollHandler<
}
}
_ => {
error!("Unknown event for vhost-user reconnection thread");
error!("Unknown event for vhost-user thread");
return true;
}
}