Code for tests storing data in multiple AVLs.

(note: unretrievable data as implemented)
This commit is contained in:
Celine Mercier
2016-03-11 15:34:55 +01:00
parent 21d1b2ed3e
commit 545ed8111a
6 changed files with 205 additions and 17 deletions

View File

@ -340,5 +340,12 @@ byte_t* obi_seq_to_obibytes(char* seq);
const char* obi_obibytes_to_seq(byte_t* value_b);
OBIDMS_avl_p* obi_create_avl_in_64_parts(OBIDMS_p dms, const char* avl_name);
typedef uint8_t crc;
crc compute_crc(const char* s);
#endif /* OBIAVL_H_ */