Fixed garbage collector being inactive

This commit is contained in:
2025-05-07 15:55:47 +02:00
parent bd4cedf996
commit d4a2cb3749
4 changed files with 15 additions and 4 deletions

View File

@@ -13,6 +13,13 @@
*/
int init_temp_permissions_table(void);
/**
* Starts the temporary permissions table garbage_collector.
*
* @return: 0 on success, -1 on failure (e.g. ENOMEM)
*/
int init_garbage_collector(void);
/**
* Destroys the temporary permissions table.
*