bt2: Mass clock_value -> clock_snapshot rename
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 26 Apr 2019 19:08:33 +0000 (15:08 -0400)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 May 2019 20:50:15 +0000 (20:50 +0000)
commit4b552f8b1184f7178130a8026b2d62f69104aab1
tree64bb22b8c2e05fbf4febbae4a2faa9771a484bd7
parentb4f458518ad1872074286cdd6414b86ef1fb9fbd
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.024544 seconds and 4 git commands to generate.