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

Diff for /src/usr.bin/sndiod/abuf.h between version 1.1 and 1.2

version 1.1, 2012/11/23 07:03:28 version 1.2, 2016/03/23 06:11:52
Line 18 
Line 18 
 #define ABUF_H  #define ABUF_H
   
 struct abuf {  struct abuf {
         int start;      /* offset (frames) where stored data starts */          int start;              /* offset (frames) where stored data starts */
         int used;       /* frames stored in the buffer */          int used;               /* frames stored in the buffer */
         int len;        /* total size of the buffer (frames) */          unsigned int len;       /* total size of the buffer (frames) */
         unsigned char *data;          unsigned char *data;
 };  };
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2