Fix: statedump: missing locking, use lttng_iterate_fd
[lttng-modules.git] / Makefile
index 4cc8b6bf429a47288adef4c69707c337cc4d97a0..2da72989e4c75a27ab4270e891a5b2c6950cadff 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,8 @@ lttng-tracer-objs :=  lttng-events.o lttng-abi.o \
                        lttng-context-hostname.o wrapper/random.o
 
 obj-m += lttng-statedump.o
-lttng-statedump-objs := lttng-statedump-impl.o wrapper/irqdesc.o
+lttng-statedump-objs := lttng-statedump-impl.o wrapper/irqdesc.o \
+                       wrapper/fdtable.o
 
 ifneq ($(CONFIG_HAVE_SYSCALL_TRACEPOINTS),)
 lttng-tracer-objs += lttng-syscalls.o probes/lttng-probe-user.o
This page took 0.023115 seconds and 4 git commands to generate.