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

Diff for /src/usr.bin/sndiod/defs.h between version 1.1 and 1.2

version 1.1, 2012/11/23 07:03:28 version 1.2, 2012/12/07 08:04:58
Line 18 
Line 18 
 #define DEFS_H  #define DEFS_H
   
 /*  /*
  * Log levels:  
  *  
  * 0 - fatal errors: bugs, asserts, internal errors.  
  * 1 - warnings: bugs in clients, failed allocations, non-fatal errors.  
  * 2 - misc information (hardware parameters, incoming clients)  
  * 3 - structural changes (new aproc structures and files stream params changes)  
  * 4 - data blocks and messages  
  */  
 extern unsigned int log_level;  
   
 /*  
  * MIDI buffer size   * MIDI buffer size
  */   */
 #define MIDI_BUFSZ              3125    /* 1 second at 31.25kbit/s */  #define MIDI_BUFSZ              3125    /* 1 second at 31.25kbit/s */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2