summaryrefslogtreecommitdiffstats
path: root/runtime/staprun/staprun.h
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2007-10-08 21:15:01 -0400
committerFrank Ch. Eigler <fche@elastic.org>2007-10-08 21:15:01 -0400
commit38d7fc30b108ec4a9e74ddb33d945cce1bd5c4c6 (patch)
tree7a211e51e13e7e631306d90b17decda4497676b6 /runtime/staprun/staprun.h
parent9d33454315110680fda3a926465c3002a0521431 (diff)
parent7574941533c7ca9a4b1715cbfd785f732be48266 (diff)
downloadsystemtap-steved-38d7fc30b108ec4a9e74ddb33d945cce1bd5c4c6.tar.gz
systemtap-steved-38d7fc30b108ec4a9e74ddb33d945cce1bd5c4c6.tar.xz
systemtap-steved-38d7fc30b108ec4a9e74ddb33d945cce1bd5c4c6.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'runtime/staprun/staprun.h')
-rw-r--r--runtime/staprun/staprun.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/staprun/staprun.h b/runtime/staprun/staprun.h
index cde44922..1b0f3221 100644
--- a/runtime/staprun/staprun.h
+++ b/runtime/staprun/staprun.h
@@ -141,7 +141,8 @@ void drop_cap(cap_value_t cap);
/* staprun_funcs.c */
void setup_staprun_signals(void);
const char *moderror(int err);
-int insert_module(void);
+int insert_module(const char *path, const char *special_options,
+ char **options);
int mountfs(void);
int check_permissions(void);
void handle_symbols(void);
@@ -171,6 +172,7 @@ extern char *target_cmd;
extern char *outfile_name;
extern int attach_mod;
extern int load_only;
+extern int need_uprobes;
/* getopt variables */
extern char *optarg;