| // Core interface for kernel-to-user space communication | |
| struct vitalis_state { | |
| unsigned long cpu_load; | |
| unsigned long memory_usage; | |
| int kernel_hook_active; | |
| }; | |
| // Core interface for kernel-to-user space communication | |
| struct vitalis_state { | |
| unsigned long cpu_load; | |
| unsigned long memory_usage; | |
| int kernel_hook_active; | |
| }; | |