File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -352,30 +352,6 @@ Enumeration for definition of dependency type.
352352 5.1.2 Data structures (messages)
353353^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
354354
355- ZeroMQ endpoint address
356- """""""""""""""""""""""
357-
358- A data structure that describes ZeroMQ endpoint address.
359-
360- .. code-block :: protobuf
361-
362- package firebird.butler;
363-
364- message EndpointAddress {
365- AddressDomainEnum domain = 1 ;
366- TransportProtocolEnum protocol = 2 ;
367- string address = 3 ;
368- }
369-
370- :domain:
371- MANDATORY address domain.
372-
373- :protocol:
374- MANDATORY protocol identification.
375-
376- :address:
377- MANDATORY address specification.
378-
379355Platform Identification
380356"""""""""""""""""""""""
381357
Original file line number Diff line number Diff line change @@ -110,14 +110,6 @@ enum DependencyTypeEnum {
110110 DEPTYPE_OPTIONAL = 3 ; // The resource MAY be provided if available
111111}
112112
113- // ZMQ endpoint address
114-
115- message EndpointAddress {
116- AddressDomainEnum domain = 1 ;
117- TransportProtocolEnum protocol = 2 ;
118- string address = 3 ;
119- }
120-
121113// Butler Development Platform Identification
122114
123115message PlatformId {
You can’t perform that action at this time.
0 commit comments