]> andersk Git - gssapi-openssh.git/blobdiff - openssh/session.h
merged OpenSSH 5.1p1 to trunk
[gssapi-openssh.git] / openssh / session.h
index ee9338e4f5e71f619c1d996c9062bb623ed2e9b9..cbb8e3a32d183abbfa35506c5943bfe3fd11f67c 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: session.h,v 1.29 2006/08/03 03:34:42 deraadt Exp $ */
+/* $OpenBSD: session.h,v 1.30 2008/05/08 12:21:16 djm Exp $ */
 
 /*
  * Copyright (c) 2000, 2001 Markus Friedl.  All rights reserved.
@@ -31,6 +31,7 @@ typedef struct Session Session;
 struct Session {
        int     used;
        int     self;
+       int     next_unused;
        struct passwd *pw;
        Authctxt *authctxt;
        pid_t   pid;
@@ -65,6 +66,7 @@ void   do_authenticated(Authctxt *);
 void    do_cleanup(Authctxt *);
 
 int     session_open(Authctxt *, int);
+void    session_unused(int);
 int     session_input_channel_req(Channel *, const char *);
 void    session_close_by_pid(pid_t, int);
 void    session_close_by_channel(int, void *);
This page took 0.120237 seconds and 4 git commands to generate.