From 45ab0094c28a3a7e771e5bf53d9194c54cd7239b Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 8 Sep 2017 16:50:12 +0200 Subject: added mountpoint/drive and displaynames to netshare --- src/main/thrift/bwlp.thrift | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/thrift/bwlp.thrift') diff --git a/src/main/thrift/bwlp.thrift b/src/main/thrift/bwlp.thrift index c2c7d17..103f8df 100644 --- a/src/main/thrift/bwlp.thrift +++ b/src/main/thrift/bwlp.thrift @@ -245,6 +245,8 @@ struct NetRule { struct NetShare { 4: NetShareAuth auth, 1: string path, + 5: optional string displayname, + 6: optional string mountpoint, 2: optional string username, 3: optional string password, } -- cgit v1.2.3-55-g7522