| # | Line 72 | Line 72 | struct rtproc { | |
|---|---|---|
| 72 | }; /* rtrace process buffer */ | |
| 73 | ||
| 74 | /* rtrace command and defaults */ | |
| 75 | < | char *rtargv[256] = { "rtrace", "-dj", ".5", "-dr", "3", |
| 75 | > | char *rtargv[256+2*MAXMODLIST] = { "rtrace", |
| 76 | > | "-dj", ".5", "-dr", "3", |
| 77 | "-ab", "1", "-ad", "128", }; | |
| 78 | int rtargc = 9; | |
| 79 | /* overriding rtrace options */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |