commit | 961213ff6d518db8270326366c366be03738035a | [log] [tgz] |
---|---|---|
author | Ross Kettleson <kettro@google.com> | Thu Nov 30 13:39:24 2023 -0800 |
committer | Ross Kettleson <kettro@google.com> | Mon Dec 04 21:56:42 2023 +0000 |
tree | 9e601440342186f3be1d0a9cc229369146f53dbd | |
parent | 1759f70770f9cc219a6b26c9abac430c2db12ab9 [diff] |
[tipc] Expose Handle::from_raw in TIPC rust Background: We sometimes, in user code, need to create a handle from a raw file dezcriptor that is passed to us from C. Therfore, we need to expose the `from_raw` function as public. New Stuff: * `from_raw` is now fully public, added docs Bug: 314013565 Change-Id: I33fffe3cd6153bba1ad646f8e56fc93177b2e4b2 Signed-off-by: Ross Kettleson <kettro@google.com>