X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fevent.cpp;h=e17a560cf811bd5dd781200d1cdcf7385927b690;hb=f149493493fbd8a3efa4748832c03278c96c38ca;hp=4844888a2df770ca5b9bed7e5dd7a9d758be7def;hpb=2d7da3031c65c4569ff2428a7c2cad30007f3b50;p=lttng-tools.git diff --git a/src/common/event.cpp b/src/common/event.cpp index 4844888a2..e17a560cf 100644 --- a/src/common/event.cpp +++ b/src/common/event.cpp @@ -20,11 +20,13 @@ #include #include +namespace { struct event_list_element { struct lttng_event *event; struct lttng_event_exclusion *exclusions; char *filter_expression; }; +} /* namespace */ static void event_list_destructor(void *ptr) {