diff options
Diffstat (limited to 'runtime/docs/examples')
-rw-r--r-- | runtime/docs/examples/template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/docs/examples/template.c b/runtime/docs/examples/template.c index 73cbc06e..244bd39f 100644 --- a/runtime/docs/examples/template.c +++ b/runtime/docs/examples/template.c @@ -113,7 +113,7 @@ int probe_start(void) } -static void probe_exit (void) +void probe_exit (void) { /* unregister the probes */ _stp_unregister_jprobes (jp, NUM_JPROBES); |