Skip to content

Commit a78ad92

Browse files
author
梁钧
committed
change order of host_port_types for backward compatibility
1 parent 7d312aa commit a78ad92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python-client/pypegasus/base/ttypes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ def __ne__(self, other):
310310
class host_port_types(Enum):
311311
kHostTypeInvalid = 0
312312
kHostTypeIpv4 = 1
313-
kHostTypeIpv6 = 2
314-
kHostTypeGroup = 3
313+
kHostTypeGroup = 2
314+
kHostTypeIpv6 = 3
315315

316316
class host_port:
317317

0 commit comments

Comments
 (0)