More type corrections.

This commit is contained in:
Andrew Wood
2023-09-16 23:14:16 +01:00
parent 20b8c9700a
commit 780b65a648
9 changed files with 35 additions and 29 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ struct opts_s { /* structure describing run-time options */
bool discard_input; /* set to write nothing to stdout */
double interval; /* interval between updates */
double delay_start; /* delay before first display */
unsigned int watch_pid; /* process to watch fds of */
pid_t watch_pid; /* process to watch fds of */
int watch_fd; /* fd to watch */
unsigned int average_rate_window; /* time window in seconds for average rate calculations */
unsigned int width; /* screen width */