Commit 75d83690 authored by Julien Muchembled's avatar Julien Muchembled

Fix definition of PartitionChanges packet

parent e1b3be04
...@@ -755,7 +755,7 @@ class PartitionChanges(Packet): ...@@ -755,7 +755,7 @@ class PartitionChanges(Packet):
PStruct('cell', PStruct('cell',
PNumber('offset'), PNumber('offset'),
PUUID('uuid'), PUUID('uuid'),
PFNodeState, PFCellState,
), ),
), ),
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment