Forward port account timestamp feature from 2.10.11.
[ircu2.10.12-pk.git] / include / struct.h
index b173c3024aa123ebd8fa8045d94b53422d72011d..015ae0f744418cebc953c3c1dc1aca301f6fa823 100644 (file)
@@ -76,6 +76,7 @@ struct User {
   char               host[HOSTLEN + 1];
   char               realhost[HOSTLEN + 1];
   char               account[ACCOUNTLEN + 1];
+  time_t            acc_create;
 };
 
 #endif /* INCLUDED_struct_h */