Skip to content

Clean old process seeds #2

@dgarrett

Description

@dgarrett

We need to clean out old process seeds each time the proc file is written to and seeded.
Look into proc source, also:
struct list_head tasks; (in each task_struct, a linked list of all tasks)
extern struct task_struct init_task; (init's task struct is statically allocated and should be able to be used from anywhere)
http://linuxgazette.net/133/saha.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions