bt2: Mass clock_value -> clock_snapshot rename
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 26 Apr 2019 19:08:33 +0000 (15:08 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:40 +0000 (18:19 -0400)
commitf192fc47ff20062d4958cef1ef646b1984d92205
treec49d6b84ba41322c2cb0f906a236a772a4ae5427
parent32656995e4bd342b59681d2706b7519e839bef2c
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.026324 seconds and 4 git commands to generate.