X-Git-Url: http://git.pk910.de/?p=TransparentIRC.git;a=blobdiff_plain;f=src%2FUserSession.h;h=37b297aba87574008e4d7ab9fefcdf71b2c90d89;hp=534a3023f41dffb871a08dd42fb9f67a2cb741a7;hb=2d411320c5f1fbfff3862f5fa8c1f1e6b7b6f9d0;hpb=93381f41151945656be8f31cdae882e90af05c75 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; };