summaryrefslogtreecommitdiff
path: root/session.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-10-15 12:12:02 +1100
committerDamien Miller <djm@mindrot.org>2013-10-15 12:12:02 +1100
commit71df752de2a04f423b1cd18d961a79f4fbccbcee (patch)
tree3d03237694b1103cc4004b1ec1a11b708a4d5bde /session.h
parent6efab27109b82820e8d32a5d811adb7bfc354f65 (diff)
downloadopenssh-git-71df752de2a04f423b1cd18d961a79f4fbccbcee.tar.gz
- djm@cvs.openbsd.org 2013/10/14 21:20:52
[session.c session.h] Add logging of session starts in a useful format; ok markus@ feedback and ok dtucker@
Diffstat (limited to 'session.h')
-rw-r--r--session.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/session.h b/session.h
index cbb8e3a3..6a2f35e4 100644
--- a/session.h
+++ b/session.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: session.h,v 1.30 2008/05/08 12:21:16 djm Exp $ */
+/* $OpenBSD: session.h,v 1.31 2013/10/14 21:20:52 djm Exp $ */
/*
* Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
@@ -55,6 +55,7 @@ struct Session {
int chanid;
int *x11_chanids;
int is_subsystem;
+ char *subsys;
u_int num_env;
struct {
char *name;