Namespace lttng_static_assert to lttng_ust_static_assert
[lttng-ust.git] / include / lttng / ust-utils.h
index 2a65dd5364ef21e996ea7c05d17dff9a09887e8f..2ebe917ca1ccd4e2a957cc4272ce43dbd0046fb3 100644 (file)
@@ -65,7 +65,7 @@
  * user are of an integral type.
  */
 #define lttng_ust_ctf_array_element_type_is_supported(type, item) \
-               lttng_static_assert(lttng_ust_is_integer_type(type), \
+               lttng_ust_static_assert(lttng_ust_is_integer_type(type), \
                        "Non-integer type `" #item "` not supported as element of CTF_ARRAY or CTF_SEQUENCE", \
                        Non_integer_type__##item##__not_supported_as_element_of_CTF_ARRAY_or_CTF_SEQUENCE);
 
This page took 0.02448 seconds and 4 git commands to generate.