1: /*
   2: **  Sendmail
   3: **  Copyright (c) 1983  Eric P. Allman
   4: **  Berkeley, California
   5: **
   6: **  Copyright (c) 1983 Regents of the University of California.
   7: **  All rights reserved.  The Berkeley software License Agreement
   8: **  specifies the terms and conditions for redistribution.
   9: **
  10: **	"@(#)mailstats.h	5.1 (Berkeley) 5/2/86";
  11: **
  12: */
  13: 
  14: /*
  15: **  Statistics structure.
  16: */
  17: 
  18: struct statistics
  19: {
  20:     time_t  stat_itime;     /* file initialization time */
  21:     short   stat_size;      /* size of this structure */
  22:     long    stat_nf[MAXMAILERS];    /* # msgs from each mailer */
  23:     long    stat_bf[MAXMAILERS];    /* kbytes from each mailer */
  24:     long    stat_nt[MAXMAILERS];    /* # msgs to each mailer */
  25:     long    stat_bt[MAXMAILERS];    /* kbytes to each mailer */
  26: };

Defined struct's

Usage of this include

Last modified: 1987-02-18
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1955
Valid CSS Valid XHTML 1.0 Strict