diff options
Diffstat (limited to 'src/common/error.h')
-rw-r--r-- | src/common/error.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/error.h b/src/common/error.h index 34aab74..c10868c 100644 --- a/src/common/error.h +++ b/src/common/error.h @@ -17,6 +17,7 @@ typedef enum { // errors for src/common BC_ERROR_CONFIG_PARSER = 1, BC_ERROR_FILE, + BC_ERROR_THREADPOOL, // errors for src/blogc BLOGC_ERROR_SOURCE_PARSER = 100, |