Skip to content

Commit a7884b2

Browse files
committed
Remove EndpointAddress from FBSD protobuf
1 parent c754a2c commit a7884b2

2 files changed

Lines changed: 0 additions & 32 deletions

File tree

rfc/3/FBSD.rst

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff 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-
379355
Platform Identification
380356
"""""""""""""""""""""""
381357

rfc/3/fbsd.proto

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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

123115
message PlatformId {

0 commit comments

Comments
 (0)