diff options
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; |