address: s/named_address/socket_address/ (#151)

pull/152/head
htuch 8 years ago committed by GitHub
parent 1a2b870f6d
commit 32b1173cce
  1. 2
      api/address.proto

@ -43,7 +43,7 @@ message BindConfig {
// management servers.
message Address {
oneof address {
SocketAddress named_address = 1;
SocketAddress socket_address = 1;
Pipe pipe = 2;
}
}

Loading…
Cancel
Save