Re: [PATCH] rust: task: make Pid type alias public
From: Miguel Ojeda
Date: Thu Mar 06 2025 - 15:05:06 EST
On Thu, Jan 30, 2025 at 12:22 PM Alice Ryhl <aliceryhl@xxxxxxxxxx> wrote:
>
> The Pid type alias represents the integer type used for pids in the
> kernel. It's the Rust equivalent to pid_t, and there are various methods
> on Task that use Pid as the return type.
>
> Binder needs to use Pid as the type for function arguments and struct
> fields in many places. Thus, make the type public so that Binder can
> access it.
>
> Signed-off-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>
Applied to `rust-next` -- thanks everyone!
Cheers,
Miguel