[INN-COMMITTERS] inn/innd (innd.h ng.c)

Russ Allbery Russ_Allbery at isc.org
Fri Mar 1 21:25:20 UTC 2002


    Date: Friday, March 1, 2002 @ 13:25:20
  Author: rra
    Path: /dist1/cvs/isc/inn/inn/innd

Modified: innd.h ng.c

Remove the Dir member of the newsgroup struct innd maintains and all of the
code to set it and maintain it.  This previously held the name of the
newsgroup with periods replaced by slashes, and was used for storing the
article on disk.  INN no longer does that directly.  Removing this saves
us slightly more than the size of the active file in memory due to how that
data was stored.


--------+
 innd.h |    3 +--
 ng.c   |   31 ++++---------------------------
 2 files changed, 5 insertions(+), 29 deletions(-)


More information about the inn-committers mailing list