diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-06 20:19:08 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-06 20:19:08 +0300 |
commit | debe2e06f3a4b809e16913b11e1ce7460dffdf39 (patch) | |
tree | 9f303283f9133d48af2aca0ab081330e7841cc61 /slstatus.h | |
parent | 13322f58bae5aafc0dbdd47b25836ed44a0d3464 (diff) |
Integrating a VRAM monitoring comonent
Changes to be committed:
modified: Makefile
modified: README
new file: components/vram.c
modified: config.h
modified: slstatus.h
Diffstat (limited to 'slstatus.h')
-rw-r--r-- | slstatus.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -50,6 +50,9 @@ const char *netspeed_tx(const char *interface); /* num_files */ const char *num_files(const char *path); +/* vram */ +const char *vram_perc(const char *unused); + /* ram */ const char *ram_free(const char *unused); const char *ram_perc(const char *unused); |