Retro Rocket Kernel
BASIC-Powered Operating System
proc_id_t Struct Reference

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_tproc
 

Detailed Description

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.

Field Documentation

◆ id

uint32_t proc_id_t::id

◆ proc

process_t* proc_id_t::proc