From 7ca137e2948dbdb74f04904d33c761ea77aea627 Mon Sep 17 00:00:00 2001 From: Kovarththanan Rajaratnam Date: Mon, 21 Sep 2009 18:09:19 +0000 Subject: Rename capture_file.plist to capture_file.plist_start to make it consistent with capture_file.plist_end svn path=/trunk/; revision=30047 --- summary.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'summary.c') diff --git a/summary.c b/summary.c index 9fc95c8d78..2ef533ffb1 100644 --- a/summary.c +++ b/summary.c @@ -105,11 +105,11 @@ summary_fill_in(capture_file *cf, summary_tally *st) st->marked_bytes = 0; /* initialize the tally */ - if (cf->plist != NULL) { - first_frame = cf->plist; + if (cf->plist_start != NULL) { + first_frame = cf->plist_start; st->start_time = nstime_to_sec(&first_frame->abs_ts); st->stop_time = nstime_to_sec(&first_frame->abs_ts); - cur_glist = cf->plist; + cur_glist = cf->plist_start; for (i = 0; i < cf->count; i++) { cur_frame = cur_glist; -- cgit v1.2.1