lib: rename *_IS_TYPE() and *_HAS_ID() macros -> *_HAS_TYPE()
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 21 Apr 2020 14:27:48 +0000 (10:27 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 23 Apr 2020 03:45:20 +0000 (23:45 -0400)
This is to normalize this type of macro.

Since those macros check that a given object _has_ a given type, I
believe "has" makes more sense than "is" (you pass the instance, not the
type).

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I8b77443c3675d94ffc796b97eca2f773b71832db
Reviewed-on: https://review.lttng.org/c/babeltrace/+/3439


No differences found
This page took 0.024653 seconds and 4 git commands to generate.