Fix: add tracepoint signature at tracepoint definition site
[lttng-ust.git] / include / lttng / tracepoint-types.h
index 77e2e25d1621bce2d4dacf2582a47d0f5e18c7a2..9b104b07be6698e927dc4362b200eb99b16d86d7 100644 (file)
@@ -25,6 +25,7 @@ struct tracepoint {
        int state;
        struct tracepoint_probe *probes;
        int *tracepoint_provider_ref;
+       const char *signature;
        char padding[TRACEPOINT_PADDING];
 };
 
This page took 0.022919 seconds and 4 git commands to generate.