CS 3733 Operating Systems, Fall 2002 Assignment 4 Comments
The assignment was graded on a basis of 30 points.
You should understand the method used to allow logger_test to output its
PID before starting signal_sender.
General comments:
- The counts kept by command_logger should have both static storage and
internal linkage.
- Variables defined outside a function are considered global, even if they
have internal linkage.
- Numeric values in your output table should be lined up and right justified.
- Lint the signal_sender and logger_test separately.
- You should block the signals when the logger is updating the counts.
- In order to read a line, you must read one byte at a time.