diff options
| author | zhengchao <[email protected]> | 2018-09-03 20:43:38 +0800 |
|---|---|---|
| committer | zhengchao <[email protected]> | 2018-09-03 20:43:38 +0800 |
| commit | df4d2d860d04e140ee18565147c45baa4e9d42b5 (patch) | |
| tree | 9b79303d8d332390f927c0b7e804d1061b8aa014 /inc | |
| parent | 963944fdaa645d738c20132a3ec3836fef2e3d5f (diff) | |
支持FS_OP_SUB
Diffstat (limited to 'inc')
| -rw-r--r-- | inc/field_stat2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/field_stat2.h b/inc/field_stat2.h index 222afc8..764b422 100644 --- a/inc/field_stat2.h +++ b/inc/field_stat2.h @@ -22,7 +22,8 @@ enum field_calc_algo enum field_op { FS_OP_ADD=1, - FS_OP_SET + FS_OP_SET, + FS_OP_SUB }; |
