fix: remove error calls from threads

This commit is contained in:
ngn
2024-08-16 01:04:57 +03:00
parent 6dc139ca8c
commit 7564835b7d
4 changed files with 11 additions and 7 deletions

View File

@ -153,6 +153,7 @@ typedef enum lm_error {
LM_ERR_PoolInfoBadName = 151,
LM_ERR_PoolInfoUnknown = 152,
LM_ERR_MPTPBadPath = 153,
LM_ERR_UnknownThread = 154,
} lm_error_t;
typedef struct lm_error_desc {