diff options
Diffstat (limited to 'runtime/probes/agg/count2.c')
-rw-r--r-- | runtime/probes/agg/count2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/probes/agg/count2.c b/runtime/probes/agg/count2.c index f53a0906..23987759 100644 --- a/runtime/probes/agg/count2.c +++ b/runtime/probes/agg/count2.c @@ -65,7 +65,7 @@ int probe_start(void) return _stp_register_jprobes (stp_probes, MAX_STP_ROUTINE); } -static void probe_exit (void) +void probe_exit (void) { int i; |