|
Retro Rocket Kernel
BASIC-Powered Operating System
|
Process identifier struct. Used to identify processes by ID in the hash map only, contains the id and a pointer to the actual process_t struct. More...
#include <taskswitch.h>
Collaboration diagram for proc_id_t:Data Fields | |
| uint32_t | id |
| process_t * | proc |
Process identifier struct. Used to identify processes by ID in the hash map only, contains the id and a pointer to the actual process_t struct.
| uint32_t proc_id_t::id |
| process_t* proc_id_t::proc |