diff options
Diffstat (limited to 'src/plugins/fset/fset-option.h')
-rw-r--r-- | src/plugins/fset/fset-option.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/fset/fset-option.h b/src/plugins/fset/fset-option.h index 34e607486..3800dd437 100644 --- a/src/plugins/fset/fset-option.h +++ b/src/plugins/fset/fset-option.h @@ -22,6 +22,8 @@ #define FSET_OPTION_VALUE_NULL "null" +#define FSET_OPTION_TIMER_MAX_OPTIONS_CHANGED 32 + enum t_fset_option_type { FSET_OPTION_TYPE_BOOLEAN = 0, |