[cvs] bogofilter/src datastore.c,1.73,1.74

David Relson relson at osagesoftware.com
Thu Mar 24 01:49:36 CET 2005


On Thu, 24 Mar 2005 01:18:43 +0100
Matthias Andree wrote:

> David Relson <relson at osagesoftware.com> writes:
> 
> > Checking "if (dsm != NULL && dsm->dsm_xyz != NULL)" is ugly.  If the
> > code always sets dsm, then it's just necessary to check 
> > "if (dsm->dsm_xyz != NULL)".  That'd be fine.
> 
> Yes, but we aren't there yet.

But it's getting closer!

I'm in the midst of extending dsm_t to include the recover, reove,
checkpoint, purgelogs, verify, and pagesize functions.

_______________________________________________
Bogofilter-dev mailing list
Bogofilter-dev at bogofilter.org
http://www.bogofilter.org/mailman/listinfo/bogofilter-dev



More information about the bogofilter-dev mailing list