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

Diff for /src/usr.bin/sndiod/midi.h between version 1.6 and 1.7

version 1.6, 2013/11/18 17:37:45 version 1.7, 2015/11/22 16:42:22
Line 87 
Line 87 
 #define PORT_INIT       1  #define PORT_INIT       1
 #define PORT_DRAIN      2  #define PORT_DRAIN      2
         unsigned int state;          unsigned int state;
           unsigned int num;               /* port serial number */
         char *path;                     /* hold the port open ? */          char *path;                     /* hold the port open ? */
         int hold;          int hold;
         struct midi *midi;          struct midi *midi;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7