bt2: Mass clock_value -> clock_snapshot rename
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 26 Apr 2019 19:08:33 +0000 (15:08 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:12:56 +0000 (00:12 -0400)
commit94e9aa8e3dfdd037099075b26b91329a961fb584
tree64bb22b8c2e05fbf4febbae4a2faa9771a484bd7
parent7617a89d3ee08570a064709e60ef9029fcf16753
bt2: Mass clock_value -> clock_snapshot rename

The clock_value concept has been renamed to clock_snapshot.  Do a mass
rename in the bt2 Python bindings and the associated tests.

Change-Id: I2b275f554c20a12a0f1891c4deed0046e4d3e8e6
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.gerrithub.io/c/eepp/babeltrace/+/452254
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: Philippe Proulx <eeppeliteloop@gmail.com>
bindings/python/bt2/Makefile.am
bindings/python/bt2/bt2/__init__.py.in
bindings/python/bt2/bt2/clock_class.py
bindings/python/bt2/bt2/clock_snapshot.py [new file with mode: 0644]
bindings/python/bt2/bt2/clock_value.py [deleted file]
bindings/python/bt2/bt2/event.py
bindings/python/bt2/bt2/message.py
tests/bindings/python/bt2/test_clock_class.py
tests/bindings/python/bt2/test_event.py
tests/bindings/python/bt2/test_message.py
This page took 0.025031 seconds and 5 git commands to generate.