bt_value_copy(): put output parameter as last parameter
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 7 Dec 2018 20:33:02 +0000 (15:33 -0500)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 May 2019 20:50:15 +0000 (20:50 +0000)
commit6be5a99eddff403a941a1329add897a0f27ca509
tree7431321cfd7388965bbd37cdb58cbbe07dd282dd
parent35294e839bb0dd4287b520e68a5ef0362d62092c
bt_value_copy(): put output parameter as last parameter

To remain consistent, make the first parameter the main object on which
we're working.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
cli/babeltrace-cfg-cli-args.c
include/babeltrace/values-const.h
lib/values.c
tests/lib/test-plugin-plugins/sfs.c
tests/lib/test_bt_values.c
This page took 0.024648 seconds and 4 git commands to generate.