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

Fix definition of PartitionChanges packet

parent e1b3be04
......@@ -755,7 +755,7 @@ class PartitionChanges(Packet):
PStruct('cell',
PNumber('offset'),
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