]> andersk Git - gssapi-openssh.git/blobdiff - openssh/session.h
Import of OpenSSH 4.2p1
[gssapi-openssh.git] / openssh / session.h
index 48be5070c85c692b1df7ffb3588c267c8f944311..a2598a99c2ec1d28126e5589ecd08bd106d769d7 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: session.h,v 1.23 2004/07/17 05:31:41 dtucker Exp $    */
+/*     $OpenBSD: session.h,v 1.25 2005/07/17 06:49:04 djm Exp $        */
 
 /*
  * Copyright (c) 2000, 2001 Markus Friedl.  All rights reserved.
@@ -49,8 +49,9 @@ struct Session {
        int     single_connection;
        /* proto 2 */
        int     chanid;
+       int     *x11_chanids;
        int     is_subsystem;
-       int     num_env;
+       u_int   num_env;
        struct {
                char    *name;
                char    *val;
This page took 0.058315 seconds and 4 git commands to generate.