ChaosDMX
Open-Source DMX-Interface
Loading...
Searching...
No Matches
storage_info_t Struct Reference

Storage information structure. More...

#include <storage.h>

Data Fields

size_t total_bytes
 Total size of the storage in bytes.
size_t used_bytes
 Used size of the storage in bytes.
size_t free_bytes
 Free size of the storage in bytes.

Detailed Description

Storage information structure.

Definition at line 14 of file storage.h.

Field Documentation

◆ free_bytes

size_t storage_info_t::free_bytes

Free size of the storage in bytes.

Definition at line 17 of file storage.h.

Referenced by storage_get_free_bytes(), storage_get_info(), and storage_print_info().

◆ total_bytes

size_t storage_info_t::total_bytes

Total size of the storage in bytes.

Definition at line 15 of file storage.h.

Referenced by storage_get_info(), storage_get_total_bytes(), and storage_print_info().

◆ used_bytes

size_t storage_info_t::used_bytes

Used size of the storage in bytes.

Definition at line 16 of file storage.h.

Referenced by storage_get_info(), storage_get_used_bytes(), and storage_print_info().


The documentation for this struct was generated from the following file: