X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fcontext.h;fp=citadel%2Fcontext.h;h=08de75bb336a3b8d4b18161727c06cccbcdda53d;hp=c2578036035f92bc73062aaf81566b8912a6a43e;hb=b1493ab199a2cf39b919cb8d0536263ae1d280aa;hpb=536d754a8941976b3797a2775998ae7de89c19ec diff --git a/citadel/context.h b/citadel/context.h index c25780360..08de75bb3 100644 --- a/citadel/context.h +++ b/citadel/context.h @@ -42,6 +42,7 @@ struct CitContext { int cs_pid; /* session ID */ int dont_term; /* for special activities like artv so we don't get killed */ + double created; /* time of birth */ time_t lastcmd; /* time of last command executed */ time_t lastidle; /* For computing idle time */ CCState state; /* thread state (see CON_ values below) */