Fix: sessiond: ODR violation results in memory corruption
[lttng-tools.git] / src / common / fd-tracker / utils-poll.cpp
index 8c04b07b2da1d2049f11ecc8f0dffda586a516f7..8c252851ee667df1319633ded704b1e9ea8169e3 100644 (file)
 
 #ifdef HAVE_EPOLL
 
+namespace {
 struct create_args {
        struct lttng_poll_event *events;
        int size;
        int flags;
 };
+} /* namespace */
 
 static int open_epoll(void *data, int *out_fd)
 {
This page took 0.023733 seconds and 4 git commands to generate.