px_generate_uorb_topic_helper: do not account with the timestamp, so the struct size matches

This commit is contained in:
TSC21
2018-08-08 11:09:21 +01:00
committed by Beat Küng
parent 8a8cc26b13
commit cac84e1424
+1 -1
View File
@@ -117,7 +117,7 @@ def add_padding_bytes(fields, search_path):
struct size
returns a tuple with the struct size and padding at the end
"""
struct_size = 8 # account for the timestamp
struct_size = 0
align_to = 8 # this is always 8, because of the 64bit timestamp
i = 0
padding_idx = 0