diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-11-15 15:21:36 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-11-15 15:21:36 +0100 |
commit | fa4720e74d3f93f6c908e479d9fbb90d54b9ba8c (patch) | |
tree | 2a82682230e3f275d9c23c12f276139843ab66fe /src/blocking.rs | |
parent | d12f01295f4a108073e7e8f9f50fc57257300950 (diff) |
add function to get the numeric index to an interface name0.2.0
Diffstat (limited to 'src/blocking.rs')
-rw-r--r-- | src/blocking.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/blocking.rs b/src/blocking.rs index 587dd1b..8483452 100644 --- a/src/blocking.rs +++ b/src/blocking.rs @@ -56,6 +56,7 @@ pub mod link { blockify!(wait_up, link::wait_up, link: String); blockify!(exists -> bool, link::exists, link: String); blockify!(wait_exists, link::wait_exists, link: String); + blockify!(index -> u32, link::index, link: String); } #[cfg(feature = "route")] |