From 5ecc826f58847ecf77c5d50e7bba31ad4af9687f Mon Sep 17 00:00:00 2001 From: Abdellah El Morabit Date: Mon, 27 Oct 2025 10:18:33 +0100 Subject: [PATCH] [refactor] removed cpu, ram and disk links previously i had the idea to connect the components witht the device, ditching that idea for now --- source/types.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/types.h b/source/types.h index 265bac3..48d1781 100644 --- a/source/types.h +++ b/source/types.h @@ -26,10 +26,6 @@ typedef struct { char *hostname; char *os_version; int uptime; - cpu_s cpu; - ram_s ram; - disk_s disk; - } device_s;