| # | Line 101 | Line 101 | struct rtproc { | |
|---|---|---|
| 101 | /* rtrace command and defaults */ | |
| 102 | char *rtargv[256+2*MAXMODLIST] = { "rtrace", | |
| 103 | "-dj", ".5", "-dr", "3", | |
| 104 | < | "-ab", "1", "-ad", "128", }; |
| 104 | > | "-ab", "1", "-ad", "350", }; |
| 105 | ||
| 106 | int rtargc = 9; | |
| 107 | /* overriding rtrace options */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |