=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/midi.h,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/sndiod/midi.h 2015/11/22 16:42:22 1.7 --- src/usr.bin/sndiod/midi.h 2016/01/09 13:36:11 1.8 *************** *** 1,4 **** ! /* $OpenBSD: midi.h,v 1.7 2015/11/22 16:42:22 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * --- 1,4 ---- ! /* $OpenBSD: midi.h,v 1.8 2016/01/09 13:36:11 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * *************** *** 73,79 **** unsigned int len; /* expected ``msg'' length */ unsigned int txmask; /* list of ep we send to */ unsigned int self; /* equal (1 << index) */ ! unsigned int tickets; /* max bytes we can process */ struct abuf obuf; /* output buffer */ }; --- 73,79 ---- unsigned int len; /* expected ``msg'' length */ unsigned int txmask; /* list of ep we send to */ unsigned int self; /* equal (1 << index) */ ! int tickets; /* max bytes we can process */ struct abuf obuf; /* output buffer */ };