diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2025-04-12 09:39:50 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2025-04-12 09:39:50 -0700 |
commit | e207e3b332c3e006808226679e165e04bbaf63e3 (patch) | |
tree | 15f2be7e67a4f8f0b13cb544ca21eab424bed289 /src/charts.h | |
parent | 82c0242318c17b264f1ed1ddc982eb5047568545 (diff) |
charts: add flag facilitating --no-threads
No actual implementation here, just flag propagation.
Diffstat (limited to 'src/charts.h')
-rw-r--r-- | src/charts.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/charts.h b/src/charts.h index e42d31c..6db51be 100644 --- a/src/charts.h +++ b/src/charts.h @@ -10,7 +10,8 @@ #include "vcr.h" -#define VWM_CHARTS_FLAG_DEFER_MAINTENANCE 0x1 +#define VWM_CHARTS_FLAG_DEFER_MAINTENANCE 0x1 +#define VWM_CHARTS_NO_THREADS 0x2 typedef struct _vwm_charts_t vwm_charts_t; typedef struct _vwm_chart_t vwm_chart_t; |