summaryrefslogtreecommitdiff
path: root/source3/include/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/session.h')
-rw-r--r--source3/include/session.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/session.h b/source3/include/session.h
index f613afee09..8c8faab532 100644
--- a/source3/include/session.h
+++ b/source3/include/session.h
@@ -1,8 +1,10 @@
/*
Unix SMB/CIFS implementation.
session handling for recording currently vailid vuids
+
Copyright (C) tridge@samba.org 2001
Copyright (C) Andew Bartlett <abartlet@samba.org> 2001
+ Copyright (C) Gerald (Jerry) Carter 2006
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -36,5 +38,6 @@ struct sessionid {
uint32 id_num;
uint32 pid;
fstring ip_addr;
+ time_t connect_start;
};