X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Fust%2Ftracepoint.h;fp=include%2Fust%2Ftracepoint.h;h=ec1a4fce76bf55ec6cb1085688dcd7a0e4a1622c;hb=42be6c46cb6afa9720c224c24ccabb2ce21293d1;hp=34272053947bcc7017bb73d1ea25eb47762a16da;hpb=f36c12ab311c7db808bfeda93bb95022020110cd;p=ust.git diff --git a/include/ust/tracepoint.h b/include/ust/tracepoint.h index 3427205..ec1a4fc 100644 --- a/include/ust/tracepoint.h +++ b/include/ust/tracepoint.h @@ -29,7 +29,6 @@ #include #include -struct module; struct tracepoint; struct probe { @@ -199,7 +198,6 @@ extern int tracepoint_probe_unregister_noupdate(const char *name, void *probe, extern void tracepoint_probe_update_all(void); struct tracepoint_iter { -//ust// struct module *module; struct tracepoint_lib *lib; struct tracepoint * const *tracepoint; };