Add comment for ignored fields list

This commit is contained in:
Christophe Bedard 2019-06-06 09:20:10 +02:00
parent af2ebbbf65
commit 9e217e0c56

View file

@ -4,6 +4,7 @@ import babeltrace
from pickle import Pickler
import time
# List of ignored CTF fields
_IGNORED_FIELDS = [
'content_size', 'cpu_id', 'events_discarded', 'id', 'packet_size', 'packet_seq_num',
'stream_id', 'stream_instance_id', 'timestamp_end', 'timestamp_begin', 'magic', 'uuid', 'v'