summaryrefslogtreecommitdiffstats
path: root/staptree.h
diff options
context:
space:
mode:
Diffstat (limited to 'staptree.h')
-rw-r--r--staptree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/staptree.h b/staptree.h
index cfc09eb3..bcde8f8b 100644
--- a/staptree.h
+++ b/staptree.h
@@ -375,6 +375,8 @@ struct stapfile
std::vector<functiondecl*> functions;
std::vector<vardecl*> globals;
std::vector<embeddedcode*> embeds;
+ bool privileged;
+ stapfile (): privileged (false) {}
void print (std::ostream& o);
};