diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-10-09 18:12:39 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-10-09 18:12:39 +0200 |
| commit | 445364a4b495c275e2723a05e7f4be0090ba5d0a (patch) | |
| tree | bc8b58ccef2efde356dc5f955cb7a08850d8f407 /src/cubetypes.h | |
| parent | 2dce2a8a0ebd95e9e65d9d53206c4b2babc2af2f (diff) | |
| download | nissy-445364a4b495c275e2723a05e7f4be0090ba5d0a.tar.gz nissy-445364a4b495c275e2723a05e7f4be0090ba5d0a.zip | |
Finished fst, added tests. STILL NOT WORKING.
Diffstat (limited to 'src/cubetypes.h')
| -rw-r--r-- | src/cubetypes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cubetypes.h b/src/cubetypes.h index bb1ad10..d4fa241 100644 --- a/src/cubetypes.h +++ b/src/cubetypes.h | |||
| @@ -108,6 +108,7 @@ typedef void (*DfsExtraCopier) (void *, void *); | |||
| 108 | typedef bool (*Validator) (Alg *); | 108 | typedef bool (*Validator) (Alg *); |
| 109 | typedef void (*Exec) (CommandArgs *); | 109 | typedef void (*Exec) (CommandArgs *); |
| 110 | typedef CommandArgs * (*ArgParser) (int, char **); | 110 | typedef CommandArgs * (*ArgParser) (int, char **); |
| 111 | typedef bool (*Tester) (void); | ||
| 111 | typedef int (*TransFinder) (uint64_t, Trans *); | 112 | typedef int (*TransFinder) (uint64_t, Trans *); |
| 112 | 113 | ||
| 113 | 114 | ||
| @@ -239,7 +240,7 @@ fstcube | |||
| 239 | uint16_t rd_eofb; | 240 | uint16_t rd_eofb; |
| 240 | uint16_t rd_eposepe; | 241 | uint16_t rd_eposepe; |
| 241 | uint16_t rd_coud; | 242 | uint16_t rd_coud; |
| 242 | } | 243 | }; |
| 243 | 244 | ||
| 244 | struct | 245 | struct |
| 245 | indexer | 246 | indexer |
