=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/aproc.h,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- src/usr.bin/aucat/Attic/aproc.h 2011/11/20 22:54:51 1.41 +++ src/usr.bin/aucat/Attic/aproc.h 2011/12/02 10:34:50 1.42 @@ -1,4 +1,4 @@ -/* $OpenBSD: aproc.h,v 1.41 2011/11/20 22:54:51 ratchov Exp $ */ +/* $OpenBSD: aproc.h,v 1.42 2011/12/02 10:34:50 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -170,10 +170,8 @@ int snext; /* to reach the next sample */ } conv; struct { - struct timo timo; /* timout for throtteling */ - } thru; - struct { struct dev *dev; /* controlled device */ + struct timo timo; /* timout for throtteling */ unsigned fps; /* MTC frames per second */ #define MTC_FPS_24 0 #define MTC_FPS_25 1 @@ -185,7 +183,7 @@ unsigned fr; /* MTC frames */ unsigned qfr; /* MTC quarter frames */ int delta; /* rel. to the last MTC tick */ - } ctl; + } midi; } u; };