Python: add reader.IntegerFieldDeclaration.size
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 10 Dec 2014 21:32:01 +0000 (16:32 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 17 Feb 2015 21:15:54 +0000 (16:15 -0500)
commit3f217dff7c8f6cac5d9d38f343595e4a40779bb3
tree141b372b298e3801ac987eceb07da8f35d82d96c
parent40529d6d271a3fae3ca626edfecce7eb666e174c
Python: add reader.IntegerFieldDeclaration.size

The CTF specifications use "size" rather than "length"
for an integer type, and on the Python side,
babeltrace.writer.IntegerFieldDeclaration.size is used.

babeltrace.reader.IntegerFieldDeclaration.length is
kept here for backward compatibility reasons.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
bindings/python/reader.py
This page took 0.023657 seconds and 4 git commands to generate.