refactor: clean up the virtual memory mappings
[lunaix-os.git] / lunaix-os / includes / lunaix / sched.h
index 021b55e9e68a58830d5b08b2dd1b6fa8e4fcdd79..c1ffddd110a72f6f756555bf0621dee0a6fe405d 100644 (file)
@@ -5,7 +5,7 @@
 
 struct scheduler
 {
-    struct proc_info* _procs;
+    struct proc_info** _procs;
     int procs_index;
     unsigned int ptable_len;
 };