transport local: named listeners + struct renaming

This commit is contained in:
Christian Schwarz
2018-10-11 13:06:47 +02:00
parent 976c1f3929
commit 01668a989e
4 changed files with 49 additions and 21 deletions
+2
View File
@@ -163,6 +163,7 @@ type SSHStdinserverConnect struct {
type LocalConnect struct {
ConnectCommon `yaml:",inline"`
ListenerName string `yaml:"listener_name"`
ClientIdentity string `yaml:"client_identity"`
}
@@ -198,6 +199,7 @@ type StdinserverServer struct {
type LocalServe struct {
ServeCommon `yaml:",inline"`
ListenerName string `yaml:"listener_name"`
}
type PruningEnum struct {