[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.19 and 1.20

version 1.19, 2009/08/21 16:48:03 version 1.20, 2009/08/26 06:10:15
Line 170 
Line 170 
 #define CTL_NSLOT       8  #define CTL_NSLOT       8
 #define CTL_NAMEMAX     8  #define CTL_NAMEMAX     8
                         struct ctl_slot {                          struct ctl_slot {
                                 struct aproc *owner;                                  void (*cb)(void *, unsigned);
                                   void *arg;
                                 unsigned unit;                                  unsigned unit;
                                 char name[CTL_NAMEMAX];                                  char name[CTL_NAMEMAX];
                         } slot[CTL_NSLOT];                          } slot[CTL_NSLOT];

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