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

Diff for /src/usr.bin/aucat/Attic/aproc.h between version 1.18 and 1.19

version 1.18, 2009/07/25 10:52:18 version 1.19, 2009/08/21 16:48:03
Line 166 
Line 166 
                         struct abuf *owner;     /* current input stream */                          struct abuf *owner;     /* current input stream */
                         struct timo timo;       /* timout for throtteling */                          struct timo timo;       /* timout for throtteling */
                 } thru;                  } thru;
                   struct {
   #define CTL_NSLOT       8
   #define CTL_NAMEMAX     8
                           struct ctl_slot {
                                   struct aproc *owner;
                                   unsigned unit;
                                   char name[CTL_NAMEMAX];
                           } slot[CTL_NSLOT];
                   } ctl;
         } u;          } u;
 };  };
   

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19