| # | Line 26 | Line 26 | static char SCCSid[] = "$SunId$ LBL"; | |
|---|---|---|
| 26 | #define S_ALL 3 /* select all */ | |
| 27 | ||
| 28 | /* rtrace command and defaults */ | |
| 29 | < | char *rtargv[64] = { "rtrace", "-dj", ".25", "-dr", "3", "-di+", |
| 29 | > | char *rtargv[64] = { "rtrace", "-dj", ".25", "-dr", "3", "-dv-", |
| 30 | "-ab", "2", "-ad", "256", "-as", "128", "-aa", ".15", }; | |
| 31 | int rtargc = 14; | |
| 32 | /* overriding rtrace options */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |