Skip to content

Commit

Permalink
remove(vmm): useless crate
Browse files Browse the repository at this point in the history
Signed-off-by: Font Vincent <vincent.font@etu.umontpellier.fr>
  • Loading branch information
Hunh0w committed May 2, 2024
1 parent 1fdb672 commit a892cb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/vmm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ vm-memory = { version = "0.14.1", features = ["backend-mmap"] }
vm-superio = "0.7.0"
vmm-sys-util = "0.12.1"
tokio-stream = "0.1.15"
hyper = "1.3.1"

[build-dependencies]
tonic-build = "0.9"
2 changes: 1 addition & 1 deletion src/vmm/src/grpc/client.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use self::agent::{workload_runner_client::WorkloadRunnerClient, ExecuteRequest, SignalRequest};
use log::error;
use std::{error::Error, net::Ipv4Addr, time::Duration};
use tonic::{transport::Channel, IntoRequest, Streaming};
use tonic::{transport::Channel, Streaming};
use super::server::vmmorchestrator::{ShutdownVmRequest, ShutdownVmResponse};

pub mod agent {
Expand Down

0 comments on commit a892cb3

Please sign in to comment.