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

Diff for /src/usr.bin/aucat/Attic/sock.h between version 1.4 and 1.5

version 1.4, 2008/11/16 18:34:56 version 1.5, 2009/02/06 08:29:35
Line 45 
Line 45 
         unsigned mode;                  /* a set of AMSG_PLAY, AMSG_REC */          unsigned mode;                  /* a set of AMSG_PLAY, AMSG_REC */
         struct aparams rpar;            /* read (ie play) parameters */          struct aparams rpar;            /* read (ie play) parameters */
         struct aparams wpar;            /* write (ie rec) parameters */          struct aparams wpar;            /* write (ie rec) parameters */
         int idelta;                     /* input (rec) pos. change to send */          int delta;                      /* pos. change to send */
         int odelta;                     /* output (play) pos. change to send */          int tickpending;                /* delta waiting to be transmitted */
         unsigned bufsz;                 /* total buffer size */          unsigned bufsz;                 /* total buffer size */
         unsigned round;                 /* block size */          unsigned round;                 /* block size */
         unsigned xrun;                  /* one of AMSG_IGNORE, ... */          unsigned xrun;                  /* one of AMSG_IGNORE, ... */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5