X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2FUserSession.h;h=37b297aba87574008e4d7ab9fefcdf71b2c90d89;hb=HEAD;hp=534a3023f41dffb871a08dd42fb9f67a2cb741a7;hpb=8889b0aee1dc430e735e2a0df462fd0aeee63847;p=TransparentIRC.git diff --git a/src/UserSession.h b/src/UserSession.h index 534a302..37b297a 100644 --- a/src/UserSession.h +++ b/src/UserSession.h @@ -21,6 +21,7 @@ struct UserClient; struct UserLogin; +struct IODescriptor; struct UserSession { char *username; @@ -32,6 +33,7 @@ struct UserSession { struct IRCClient *irc; time_t idle_since; time_t connected_since; + struct IODescriptor *timer; struct UserSession *next, *prev; };