summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/session.h')
-rw-r--r--crypto/openssh/session.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/openssh/session.h b/crypto/openssh/session.h
index ee9338e..cbb8e3a 100644
--- a/crypto/openssh/session.h
+++ b/crypto/openssh/session.h
@@ -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 *);
OpenPOWER on IntegriCloud