| # | Line 75 | Line 75 | done_rtrace() /* clean up and close rtrace calculati | |
|---|---|---|
| 75 | wputs("closing rtrace process...\n"); | |
| 76 | /* flush beam queue */ | |
| 77 | done_packets(flush_queue()); | |
| 78 | + | /* sync holodeck */ |
| 79 | + | hdsync(NULL, 1); |
| 80 | /* close rtrace */ | |
| 81 | if ((status = end_rtrace())) | |
| 82 | error(WARNING, "bad exit status from rtrace"); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |