diff options
Diffstat (limited to 'staptree.h')
-rw-r--r-- | staptree.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); }; |