diff options
Diffstat (limited to 'runtime/probes/bench/bench_io2.c')
-rw-r--r-- | runtime/probes/bench/bench_io2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/probes/bench/bench_io2.c b/runtime/probes/bench/bench_io2.c index cc31fc85..f9f51ca3 100644 --- a/runtime/probes/bench/bench_io2.c +++ b/runtime/probes/bench/bench_io2.c @@ -41,7 +41,7 @@ int probe_start(void) return _stp_register_kprobes (kp, NUM_KPROBES); } -static void probe_exit (void) +void probe_exit (void) { _stp_unregister_kprobes (kp, NUM_KPROBES); } |