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

use task_struct ptr instead of pid in rusty #672

Closed

Commits on Sep 23, 2024

  1. have rusty use task_id instead of pid

    have rusty use task_id instead of pid.
    
    task_id is task_ptr in a u64.
    
    this should fix the issue with missing pids because
    task_ptr does not change.
    likewhatevs committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d8a1a89 View commit details
    Browse the repository at this point in the history