Skip to content

Commit 8635bfb

Browse files
committed
Make offset in MultibeamFrameOffset int64 to match type size in code
1 parent 0f74aa6 commit 8635bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protobuf_definitions/message_formats.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ message MultibeamDiscovery {
10251025
// Frame offset for multibeam recordings index cache
10261026
message MultibeamFrameOffset {
10271027
google.protobuf.Duration duration = 1; // Duration from the start of the recording
1028-
uint64 offset = 2; // Offset in bytes from the start of the file
1028+
int64 offset = 2; // Offset in bytes from the start of the file
10291029
}
10301030

10311031
// Multibeam recording index cache

0 commit comments

Comments
 (0)