]> andersk Git - openssh.git/blobdiff - session.h
- markus@cvs.openbsd.org 2002/03/29 18:59:32
[openssh.git] / session.h
index fad3abe1ca28c7d957fccf3c6bf63ff0b36753e2..2a7e4b224fd475d2c839497eb90683eda2999a85 100644 (file)
--- a/session.h
+++ b/session.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: session.h,v 1.16 2002/03/19 10:35:39 markus Exp $     */
+/*     $OpenBSD: session.h,v 1.17 2002/03/29 18:59:32 markus Exp $     */
 
 /*
  * Copyright (c) 2000, 2001 Markus Friedl.  All rights reserved.
@@ -39,6 +39,9 @@ struct Session {
        int     ptyfd, ttyfd, ptymaster;
        int     row, col, xpixel, ypixel;
        char    tty[TTYSZ];
+       /* last login */
+       char    hostname[MAXHOSTNAMELEN];
+       time_t  last_login_time;
        /* X11 */
        int     display_number;
        char    *display;
This page took 0.03287 seconds and 4 git commands to generate.