summaryrefslogtreecommitdiffstats
path: root/source3/include
diff options
context:
space:
mode:
authorMathias Dietz <mdietz@de.ibm.com>2014-03-05 16:26:20 +0100
committerStefan Metzmacher <metze@samba.org>2014-05-22 18:37:27 +0200
commit8935242489fdcc17b20b3cd54f96ba6de5870230 (patch)
tree0ae80a3b5a075b8a76b97266f80e3132c7b6ea87 /source3/include
parentb328bb07ff5d843f92f7f369a5d34cef5f2a2ebe (diff)
downloadsamba-8935242489fdcc17b20b3cd54f96ba6de5870230.tar.gz
samba-8935242489fdcc17b20b3cd54f96ba6de5870230.tar.xz
samba-8935242489fdcc17b20b3cd54f96ba6de5870230.zip
Add protocol version to smbstatus output
Signed-off-by: Mathias Dietz <mdietz@de.ibm.com> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Thu May 22 18:37:27 CEST 2014 on sn-devel-104
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/session.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/session.h b/source3/include/session.h
index 2aca1df94d..ba96ae367c 100644
--- a/source3/include/session.h
+++ b/source3/include/session.h
@@ -38,5 +38,6 @@ struct sessionid {
struct server_id pid;
fstring ip_addr_str;
time_t connect_start;
+ fstring protocol_ver;
};