Changeset 4784:7aa703c721af in roaraudio for libroar/config.c


Ignore:
Timestamp:
03/10/11 23:59:16 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added support for trap-policy:die and updated to a good message for policy:warn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/config.c

    r4779 r4784  
    255255    config->trap_policy = ROAR_TRAP_STOP; 
    256256#endif 
     257   } else if ( !strcmp(v, "die") ) { 
     258    config->trap_policy = ROAR_TRAP_DIE; 
    257259   } else { 
    258260    ROAR_WARN("roar_libroar_config_parse(*): Unknown trap policy: %s", v); 
Note: See TracChangeset for help on using the changeset viewer.