Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix procfs compile error #570

Merged
merged 1 commit into from
Jan 10, 2024
Merged

fix procfs compile error #570

merged 1 commit into from
Jan 10, 2024

Conversation

yoloyyh
Copy link
Collaborator

@yoloyyh yoloyyh commented Jan 10, 2024

fix procfs compile error

@yoloyyh yoloyyh merged commit 93a4493 into main Jan 10, 2024
1 check passed
@yoloyyh yoloyyh deleted the fix-procfs branch January 10, 2024 09:45
@@ -8,7 +8,7 @@ version = "1.0.1"
log = "0.4.0"
env_logger = "0.7.1"
crossbeam = "0.8.0"
procfs = { git = "https://github.com/AlkenePan/procfs.git" }
procfs = { git = "https://github.com/yoloyyh/procfs.git", tag = "v1.0"}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我看第三方库有 namespace 的接口了,为什么不直接换成原始库。
https://docs.rs/procfs/latest/procfs/process/struct.Process.html#method.namespaces

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants