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

Diff for /src/usr.bin/sndiod/sock.h between version 1.5 and 1.6

version 1.5, 2018/06/26 07:13:54 version 1.6, 2020/02/26 13:53:58
Line 58 
Line 58 
         struct slot *slot;              /* audio device slot number */          struct slot *slot;              /* audio device slot number */
         struct midi *midi;              /* midi endpoint */          struct midi *midi;              /* midi endpoint */
         struct port *port;              /* midi port */          struct port *port;              /* midi port */
           struct ctlslot *ctlslot;
           struct amsg_ctl_desc *ctldesc;  /* temporary buffer */
   #define SOCK_CTLDESC    1               /* dump desc and send changes */
   #define SOCK_CTLVAL     2               /* send value changes */
           unsigned int ctlops;            /* bitmap of above */
           int ctlsyncpending;             /* CTLSYNC waiting to be transmitted */
 };  };
   
 struct sock *sock_new(int fd);  struct sock *sock_new(int fd);

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