]> git.ipfire.org Git - people/ms/libloc.git/commit - src/database.h
Draft initial database format
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 8 Dec 2017 14:49:17 +0000 (14:49 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 8 Dec 2017 14:49:17 +0000 (14:49 +0000)
commit2601e83eca9f5d8447186256c642aef25441f07e
treef2999a1deccac328e66fcdf587b4a3912d61911e
parent62b83e6d9749b1b1d04bef39e16ce95a4792c7e4
Draft initial database format

This patch adds a writer and reader for the database and already
has some metadata and the ability to write and read the string
pool from disk.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
.gitignore
Makefile.am
src/.gitignore
src/database.c [new file with mode: 0644]
src/database.h [new file with mode: 0644]
src/libloc.c
src/libloc.sym
src/loc/libloc.h
src/stringpool.c
src/stringpool.h
src/test-database.c [new file with mode: 0644]