[BACK]Return to aproc.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / aucat

Diff for /src/usr.bin/aucat/Attic/aproc.h between version 1.23 and 1.24

version 1.23, 2009/09/27 11:51:20 version 1.24, 2009/10/06 18:06:55
Line 123 
Line 123 
         LIST_HEAD(, abuf) ibuflist;             /* list of inputs */          LIST_HEAD(, abuf) ibuflist;             /* list of inputs */
         LIST_HEAD(, abuf) obuflist;             /* list of outputs */          LIST_HEAD(, abuf) obuflist;             /* list of outputs */
         unsigned refs;                          /* extern references */          unsigned refs;                          /* extern references */
           unsigned zomb;                          /* destroyed but not freed */
         union {                                 /* follow type-specific data */          union {                                 /* follow type-specific data */
                 struct {                        /* file/device io */                  struct {                        /* file/device io */
                         struct file *file;      /* file to read/write */                          struct file *file;      /* file to read/write */

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24