summaryrefslogtreecommitdiffstats
path: root/staptree.h
diff options
context:
space:
mode:
authorfche <fche>2005-03-15 22:59:24 +0000
committerfche <fche>2005-03-15 22:59:24 +0000
commit40a1cb627a1eb360cdb7de21c75a76c7fe137a76 (patch)
tree3d817b332e8eff16e15d3c0ffaabc905fe959d95 /staptree.h
parent9c0c0e4652824a0bf8f4da2175278b129fac6809 (diff)
downloadsystemtap-steved-40a1cb627a1eb360cdb7de21c75a76c7fe137a76.tar.gz
systemtap-steved-40a1cb627a1eb360cdb7de21c75a76c7fe137a76.tar.xz
systemtap-steved-40a1cb627a1eb360cdb7de21c75a76c7fe137a76.zip
2005-03-15 Frank Ch. Eigler <fche@redhat.com>
* semtest.cxx: Print probe signatures properly. * staptree.cxx (probe::printsig): New function.
Diffstat (limited to 'staptree.h')
-rw-r--r--staptree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/staptree.h b/staptree.h
index cb22969b..b28a334b 100644
--- a/staptree.h
+++ b/staptree.h
@@ -388,4 +388,5 @@ struct probe
block* body;
vector<vardecl*> locals;
void print (ostream& o);
+ void printsig (ostream &o);
};