diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-07-10 16:39:17 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-07-18 17:47:23 -0400 |
commit | 9020300d0fca87336f84a8d40da9362735eda896 (patch) | |
tree | bc5920a41b3c4e62b2b343eb4f46ec836ded03bf /elaborate.h | |
parent | 6908711142cf34dc1b67d32a68a91998891af764 (diff) | |
download | systemtap-steved-9020300d0fca87336f84a8d40da9362735eda896.tar.gz systemtap-steved-9020300d0fca87336f84a8d40da9362735eda896.tar.xz systemtap-steved-9020300d0fca87336f84a8d40da9362735eda896.zip |
PR442528
Diffstat (limited to 'elaborate.h')
-rw-r--r-- | elaborate.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/elaborate.h b/elaborate.h index c0e35477..afc0c569 100644 --- a/elaborate.h +++ b/elaborate.h @@ -132,6 +132,10 @@ struct derived_probe: public probe // From within unparser::emit_probe, initialized any extra variables // in this probe's context locals. + virtual void emit_probe_local_init (translator_output*) {} + // From within unparser::emit_probe, emit any extra processing block + // for this probe. + public: static void emit_common_header (translator_output* o); // from c_unparser::emit_common_header |