From 1b1b4cebda9ceaa7a2a2b695a32ecb2588045076 Mon Sep 17 00:00:00 2001 From: Rajan Arora Date: Thu, 9 Oct 2008 19:58:30 -0400 Subject: Display source context for error and warning messages (6701) --- staptree.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'staptree.h') diff --git a/staptree.h b/staptree.h index 770a731e..c35728cb 100644 --- a/staptree.h +++ b/staptree.h @@ -574,8 +574,10 @@ struct stapfile std::vector functions; std::vector globals; std::vector embeds; + std::string file_contents; bool privileged; - stapfile (): privileged (false) {} + stapfile (): file_contents (""), + privileged (false) {} void print (std::ostream& o) const; }; -- cgit