Endpoint::host and Endpoint::service should be required attributes.

Fixes #4752
This commit is contained in:
Gunnar Beutner 2013-09-26 10:45:40 +02:00
parent f12ef09f00
commit 16b46e6069
1 changed files with 3 additions and 0 deletions

View File

@ -33,7 +33,10 @@ type ClusterListener {
}
type Endpoint {
%require "host",
%attribute string "host",
%require "port",
%attribute string "port",
%attribute array "config_files" {