diff options
author | June McEnroe <june@causal.agency> | 2021-10-03 15:41:46 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-10-03 15:41:46 -0400 |
commit | eb97b502ada1c0b4628de99f2c0c4c9991caaaca (patch) | |
tree | 63145ec1c341a19587ae26d9abefdc8ca9970cb3 /bounce.h | |
parent | Log IRC to standard output with -v (diff) | |
download | pounce-eb97b502ada1c0b4628de99f2c0c4c9991caaaca.tar.gz pounce-eb97b502ada1c0b4628de99f2c0c4c9991caaaca.zip |
Track client idle time
Bumped on both send and receive.
Diffstat (limited to '')
-rw-r--r-- | bounce.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bounce.h b/bounce.h index af3bcc3..4ee1c7f 100644 --- a/bounce.h +++ b/bounce.h @@ -219,6 +219,7 @@ struct Client { int sock; struct tls *tls; time_t time; + time_t idle; enum Need need; enum Cap caps; size_t consumer; |