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

Diff for /src/usr.bin/aucat/abuf.h between version 1.15 and 1.16

version 1.15, 2009/01/23 17:38:15 version 1.16, 2009/02/13 20:48:49
Line 19 
Line 19 
   
 #include <sys/queue.h>  #include <sys/queue.h>
   
 struct abuf;  
 struct aproc;  struct aproc;
 struct aparam;  struct aparams;
   
 struct abuf {  struct abuf {
         /*          /*
          * Misc aproc-specific per-buffer parameters.           * Misc aproc-specific per-buffer parameters.
          * since the buffer can connect any pair of aproc structure,           * since the buffer can connect any pair of aproc structure,
          * each aproc must have it's own specific data. Thus we cannot           * each aproc must have it's own specific data. Thus we cannot
          * use an union. The only exception is the xrun field, because           * use a union. The only exception is the xrun field, because
          * there can be only one aproc that absorbs xruns in any           * there can be only one aproc that absorbs xruns in any
          * intput->output path.           * intput->output path.
          */           */

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16