X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libust%2Ftracercore.h;h=9673cca2a875cf6bf44e86fb4681957c04828948;hb=fbae86d664c12e450d3cb702b602701d37781b41;hp=52f75ec82352fca4ebddb7fde5245ecb39aef14d;hpb=12e81b07455a1aef2e2bcc73004f14a7b73596fa;p=ust.git diff --git a/libust/tracercore.h b/libust/tracercore.h index 52f75ec..9673cca 100644 --- a/libust/tracercore.h +++ b/libust/tracercore.h @@ -21,11 +21,9 @@ #ifndef UST_TRACERCORE_H #define UST_TRACERCORE_H -#include -//ust// #include - -/* ltt's root dir in debugfs */ -#define LTT_ROOT "ltt" +#include +#include +#include /* * All modifications of ltt_traces must be done by ltt-tracer.c, while holding @@ -34,8 +32,8 @@ * list. */ struct ltt_traces { - struct list_head setup_head; /* Pre-allocated traces list */ - struct list_head head; /* Allocated Traces list */ + struct cds_list_head setup_head; /* Pre-allocated traces list */ + struct cds_list_head head; /* Allocated Traces list */ unsigned int num_active_traces; /* Number of active traces */ } ____cacheline_aligned;