X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Foptional.h;h=52139d50de7198ac6524862554a4c9a4d892fa31;hb=6a5596ac51788ca040b88b98e59c8db42a5a160a;hp=0501904cbc4d1cfa52a926be158afe5219712646;hpb=7966af5763c4aaca39df9bbfa9277ff15715c720;p=lttng-tools.git 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: