| # | Line 68 | Line 68 | struct rtproc { | |
|---|---|---|
| 68 | ||
| 69 | /* rtrace command and defaults */ | |
| 70 | char *rtargv[256] = { "rtrace", "-dj", ".5", "-dr", "3", | |
| 71 | < | "-ab", "1", "-ad", "128", "-lr", "-10", }; |
| 72 | < | int rtargc = 11; |
| 71 | > | "-ab", "1", "-ad", "128", }; |
| 72 | > | int rtargc = 9; |
| 73 | /* overriding rtrace options */ | |
| 74 | char *myrtopts[] = { "-o~~TmWdp", "-h-", "-x", "1", "-y", "0", | |
| 75 | "-dt", "0", "-as", "0", "-aa", "0", NULL }; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |