| # | Line 24 | Line 24 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 24 | ||
| 25 | /* rtrace command and defaults */ | |
| 26 | char *rtargv[64] = { "rtrace", "-dj", ".25", "-dr", "3", "-dv-", | |
| 27 | < | "-ab", "2", "-ad", "256", "-as", "128", "-aa", ".15", }; |
| 27 | > | "-ab", "2", "-ad", "1024", "-as", "512", "-aa", ".1", }; |
| 28 | int rtargc = 14; | |
| 29 | /* overriding rtrace options */ | |
| 30 | char *myrtopts[] = { "-I-", "-i-", "-ld-", "-ov", "-h-", | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |