Periodically remove the NOATTR status from client entry (10 mins).
[silc.git] / apps / silcd / idlist.h
index 886ec10512be63a5898adff94683f9c858b56258..4e41a35905bcbe51904abb52eb059e182330971b 100644 (file)
@@ -360,6 +360,9 @@ struct SilcClientEntryStruct {
   /* Connection data */
   void *connection;
 
+  /* Last time updated/accessed */
+  unsigned long updated;
+
   /* data.status is RESOLVING and this includes the resolving command 
      reply identifier. */
   SilcUInt16 resolve_cmd_ident;