Skip to content

Commit

Permalink
Write example: add pings to output
Browse files Browse the repository at this point in the history
  • Loading branch information
oysstu committed Apr 8, 2019
1 parent 6201b6c commit e86b8a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/write_xtf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@
sz += len(d0) + len(d1)
p.NumBytesThisRecord = sz

pings.append(p)

#
# Write to file
#
Expand Down

0 comments on commit e86b8a7

Please sign in to comment.