]> git.ipfire.org Git - people/ms/libloc.git/commit - src/libloc.c
Split database into a writer and reader
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 12 Dec 2017 15:52:47 +0000 (15:52 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 12 Dec 2017 15:52:47 +0000 (15:52 +0000)
commitc182393feeefa622567490b6ebf104cb0a2a3996
treec0fac92af4a400dfae80a76d13c77de238e66f09
parent5df10c90415a660d463764b1c7a757f3275f4043
Split database into a writer and reader

This allows us to build both parts more to their
own purpose instead of making code overly complicated
to archive flexibility we don't need.

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