=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/midi.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/sndiod/midi.h 2013/11/18 17:37:45 1.6 +++ src/usr.bin/sndiod/midi.h 2015/11/22 16:42:22 1.7 @@ -1,4 +1,4 @@ -/* $OpenBSD: midi.h,v 1.6 2013/11/18 17:37:45 ratchov Exp $ */ +/* $OpenBSD: midi.h,v 1.7 2015/11/22 16:42:22 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * @@ -87,6 +87,7 @@ #define PORT_INIT 1 #define PORT_DRAIN 2 unsigned int state; + unsigned int num; /* port serial number */ char *path; /* hold the port open ? */ int hold; struct midi *midi;