From b53dd6d749e0a164010f2cf1fedab2b10b8bb305 Mon Sep 17 00:00:00 2001 From: Jonathan Herman Date: Sat, 24 Mar 2012 17:45:12 -0400 Subject: containers: abstracted out common task-type code --- trace-plot-task.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trace-plot-task.c') diff --git a/trace-plot-task.c b/trace-plot-task.c index ec0029d..4bfa038 100644 --- a/trace-plot-task.c +++ b/trace-plot-task.c @@ -700,7 +700,7 @@ void task_plot_destroy(struct graph_info *ginfo, struct graph_plot *plot) free(task_info); } -static const struct plot_callbacks task_plot_cb = { +const struct plot_callbacks task_plot_cb = { .match_time = task_plot_match_time, .plot_event = task_plot_event, .start = task_plot_start, -- cgit v1.2.2