Email garbage collection.
More...
|
struct Email * | arr [10] |
| Array of Emails to be deleted.
|
|
size_t | idx |
| Current position.
|
|
Email garbage collection.
Definition at line 283 of file mailbox.c.
◆ arr
struct Email* EmailGarbageCollector::arr[10] |
Array of Emails to be deleted.
Definition at line 285 of file mailbox.c.
◆ idx
size_t EmailGarbageCollector::idx |
The documentation for this struct was generated from the following file: