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)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:36 +0000 (18:19 -0400)
commit6284461fd61680aa61d601a960491a9ef97bf24a
tree11ad202e93e194042c6dd222906eeaea32335d36
parent7be9d1d35402158e503d0bb07ba525a967690aa9
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.025134 seconds and 4 git commands to generate.