Changeset 1265

Show
Ignore:
Timestamp:
05/09/07 17:46:01 (1 year ago)
Author:
perry
Message:

Update bpf format to deal with the renaming of metadata frequency option

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/format_bpf.c

    r1195 r1265  
    230230                         */ 
    231231                        break; 
    232                 case TRACE_META_FREQ: 
     232                case TRACE_OPTION_META_FREQ: 
    233233                        /* No meta-data for this format */ 
    234234                        break; 
     235                case TRACE_OPTION_EVENT_REALTIME: 
     236                        /* captures are always realtime */ 
     237                        break; 
     238 
    235239                /* Avoid default: so that future options will cause a warning 
    236240                 * here to remind us to implement it, or flag it as