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)
- 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 cbb8e3a32..6a2f35e41 100644
--- a/session.h
+++ b/session.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: session.h,v 1.30 2008/05/08 12:21:16 djm Exp $ */ 1/* $OpenBSD: session.h,v 1.31 2013/10/14 21:20:52 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
@@ -55,6 +55,7 @@ struct Session {
55 int chanid; 55 int chanid;
56 int *x11_chanids; 56 int *x11_chanids;
57 int is_subsystem; 57 int is_subsystem;
58 char *subsys;
58 u_int num_env; 59 u_int num_env;
59 struct { 60 struct {
60 char *name; 61 char *name;