Liblor / advanced_operating_systems_2020

Advanced Operating System Course at ETHZ
MIT License
19 stars 4 forks source link

Proc list for bookkeeping of running processes #56

Closed Liblor closed 4 years ago

Liblor commented 4 years ago

Doubly linked list for bookkeeping of processes, as no kill is implemented yet, there is no remove from the list.

we have get_pid_array(struct processserver_state *ps, struct process_pid_array **ret_pid_array) to get a struct pid_array for replying to a rpc request