diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-03-20 13:39:50 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-03-21 14:56:12 +0100 |
| commit | ea6cfa421b7cef91eba85c5144eec14288c41c4c (patch) | |
| tree | 234fc185a35b920dda4486829e63c6aafe2ef235 /match/match.h | |
| parent | 14f65b1a3ddee4e70dc4c67234c3fccdd647af96 (diff) | |
Matcher: support up to 32 fingers
Make the matcher support up to 32 fingers instead of the current 16.
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'match/match.h')
| -rw-r--r-- | match/match.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/match/match.h b/match/match.h index 620d046..0c4274e 100644 --- a/match/match.h +++ b/match/match.h | |||
| @@ -28,7 +28,7 @@ | |||
| 28 | * Bitmasks are used extensively. | 28 | * Bitmasks are used extensively. |
| 29 | */ | 29 | */ |
| 30 | 30 | ||
| 31 | #define DIM_FINGER 16 | 31 | #define DIM_FINGER 32 |
| 32 | #define DIM2_FINGER (DIM_FINGER * DIM_FINGER) | 32 | #define DIM2_FINGER (DIM_FINGER * DIM_FINGER) |
| 33 | 33 | ||
| 34 | #define MIN(a, b) ((a) < (b) ? (a) : (b)) | 34 | #define MIN(a, b) ((a) < (b) ? (a) : (b)) |
