]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
db: suppress field in db structure
authorEric Leblond <eric@regit.org>
Tue, 19 Mar 2013 22:57:16 +0000 (23:57 +0100)
committerEric Leblond <eric@regit.org>
Tue, 21 May 2013 17:47:53 +0000 (19:47 +0200)
commit5d3a5e5c2e16555a19e794341ed72cf2415b07fc
treeb9060bc76fd501e6f7882ee96255631eee9eac21
parent6e4d8af18923ec4873d96228ccf24eda3da4577e
db: suppress field in db structure

The field is currently only used in a single function as a string
pointer and can thus be removed from the db instance structure.
include/ulogd/db.h
util/db.c