Have callbacks for "background" and "foreground" graphs
[lttv.git] / lttv / lttv / sync / graph_functions.h
index d0b76948ee6e213530e75da7e497b58c34610acc..55f9a13b6e4dfe6046d012f5405d1ea2b2cf866a 100644 (file)
@@ -31,11 +31,13 @@ typedef struct
        GraphVariableFunction* writeVariables;
        /* This is for graphs where the data on both axis is in the range of
         * timestamps */
-       GraphFunction* writeTraceTracePlots;
+       GraphFunction* writeTraceTraceForePlots;
+       GraphFunction* writeTraceTraceBackPlots;
        GraphFunction* writeTraceTraceOptions;
        /* This is for graphs where the data on the abscissa is in the range of
         * timestamps and the ordinates is in the range of timestamp deltas */
-       GraphFunction* writeTraceTimePlots;
+       GraphFunction* writeTraceTimeForePlots;
+       GraphFunction* writeTraceTimeBackPlots;
        GraphFunction* writeTraceTimeOptions;
 } GraphFunctions;
 
This page took 0.022617 seconds and 4 git commands to generate.