summaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2009-04-01 18:12:10 -0700
committerRoland McGrath <roland@redhat.com>2009-04-01 18:12:10 -0700
commit976c562d2da11592305260c6ed06d098b81dd491 (patch)
tree6180b861705834af410e414fca01215df9fba382 /util.h
parent3c960a7cfa61cbde19c0ad88045c8c1f6405ed87 (diff)
parent83ff01c2f669c66100a5cf7531dda9410a8ff6ce (diff)
downloadsystemtap-steved-976c562d2da11592305260c6ed06d098b81dd491.tar.gz
systemtap-steved-976c562d2da11592305260c6ed06d098b81dd491.tar.xz
systemtap-steved-976c562d2da11592305260c6ed06d098b81dd491.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/util.h b/util.h
index d385be02..7c557049 100644
--- a/util.h
+++ b/util.h
@@ -13,6 +13,8 @@ void tokenize(const std::string& str, std::vector<std::string>& tokens,
std::string find_executable(const std::string& name);
const std::string cmdstr_quoted(const std::string& cmd);
std::string git_revision(const std::string& path);
+int stap_system(const char *command);
+int kill_stap_spawn(int sig);
// stringification generics