This website works better with JavaScript.
Explore
Help
Sign In
yanguangshaonian
/
aya
mirror of
https://github.com/aya-rs/aya
Watch
1
Star
0
Fork
You've already forked aya
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
88f5ac3114
aya
/
.gitignore
7 lines
64 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit
4 years ago
Cargo.lock
target/
meta: ignore .vscode/ except .vscode/settings.json
3 years ago
.vscode/
!.vscode/settings.json
xtask: Fix docs generation Publish user/kernel space docs seperately. Add an index.html at the root for navigation. Ensure that search engines don't index these pages. Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
3 years ago
site/
Support using handle in tc programs Implements step 1 of https://github.com/aya-rs/aya/issues/414. - Adds handle to the SchedClassifier attach API - Saves handle in the TcLink sruct and uses it when detaching programs NOTE: this changes the API, so it will require a bump in the Aya version. Signed-off-by: Andre Fredette <afredette@redhat.com>
2 years ago
.idea/