]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conn.h
Numeric 317: implemented "signon time" (displayed in WHOIS result).
[ngircd-alex.git] / src / ngircd / conn.h
index 03dcbfd1b75e8dae52acd10d79cc289ef618b435..626a6e9b02a023b433d1def077968704f79920bf 100644 (file)
@@ -8,7 +8,7 @@
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
- * $Id: conn.h,v 1.44 2007/05/09 13:21:11 fw Exp $
+ * $Id: conn.h,v 1.45 2007/10/04 15:03:56 alex Exp $
  *
  * Connection management (header)
  */
@@ -59,6 +59,7 @@ typedef struct _Connection
        char host[HOST_LEN];            /* Hostname */
        array rbuf;                     /* Read buffer */
        array wbuf;                     /* Write buffer */
+       time_t signon;                  /* Signon ("connect") time */
        time_t lastdata;                /* Last activity */
        time_t lastping;                /* Last PING */
        time_t lastprivmsg;             /* Last PRIVMSG */