X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Foptional.h;fp=src%2Fcommon%2Foptional.h;h=52139d50de7198ac6524862554a4c9a4d892fa31;hp=0501904cbc4d1cfa52a926be158afe5219712646;hb=8250d5979abfc05004139b2328a36712224a797c;hpb=7586404633a22e219a7ffd7a0f2624b5bc56e37b diff --git a/src/common/optional.h b/src/common/optional.h index 0501904cb..52139d50d 100644 --- a/src/common/optional.h +++ b/src/common/optional.h @@ -24,7 +24,7 @@ * Declaration example: * struct my_struct { * int a; - * LTTNG_OPTIONAL(int, b); + * LTTNG_OPTIONAL(int) b; * }; * * Usage example: