Skip to content

Commit

Permalink
src/state.rs -> src/setup.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Razz4780 committed Oct 16, 2023
1 parent 1ae5f9a commit 9adaa9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mirrord/layer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ use mirrord_intproxy::protocol::NewSessionRequest;
use mirrord_layer_macro::{hook_fn, hook_guard_fn};
use proxy_connection::ProxyConnection;
use socket::SOCKETS;
use state::LayerSetup;
use setup::LayerSetup;
use tracing_subscriber::{fmt::format::FmtSpan, prelude::*};

use crate::{debugger_ports::DebuggerPorts, detour::DetourGuard, load::LoadType};
Expand All @@ -100,7 +100,7 @@ mod load;
mod macros;
mod proxy_connection;
mod socket;
mod state;
mod setup;

#[cfg(all(
any(target_arch = "x86_64", target_arch = "aarch64"),
Expand Down
File renamed without changes.

0 comments on commit 9adaa9f

Please sign in to comment.