Skip to content

Commit

Permalink
Refactor net_monitor.rs to update cgroup_transmit_counter initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
arloor committed Sep 27, 2024
1 parent a113855 commit e434ffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust_http_proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ base64 = "0.22"
socket2 = "0.5"
jemallocator = { version = "0.5", optional = true }
regex = "1"
socket_filter = { git = "https://github.com/arloor/bpf_rs_hub.git", branch = "master", optional = true }
cgroup_traffic = { git = "https://github.com/arloor/bpf_rs_hub.git", branch = "master", optional = true }
socket_filter = { git = "https://github.com/arloor/bpf_rs_hub.git", tag = "0.1.0", optional = true }
cgroup_traffic = { git = "https://github.com/arloor/bpf_rs_hub.git", tag = "0.1.0", optional = true }
log_x = { path = "../log_x" }
io_x = { path = "../io_x" }
prom_label = { path = "../prom_label" }
Expand Down

0 comments on commit e434ffa

Please sign in to comment.