[refactor] removed cpu, ram and disk links

previously i had the idea to connect the components witht the device,
ditching that idea for now
This commit is contained in:
Abdellah El Morabit 2025-10-27 10:18:33 +01:00
parent 5a68a07436
commit 5ecc826f58

View File

@ -26,10 +26,6 @@ typedef struct {
char *hostname; char *hostname;
char *os_version; char *os_version;
int uptime; int uptime;
cpu_s cpu;
ram_s ram;
disk_s disk;
} device_s; } device_s;