From 4fee0963a068b378e8cc1f39baaa455d86f58b64 Mon Sep 17 00:00:00 2001 From: hunt Date: Mon, 1 Aug 2005 22:25:11 +0000 Subject: 2005-08-01 Martin Hunt * agg/stat1.c (probe_exit): Remove "static" * agg/count1.c (probe_exit): Ditto. * agg/count2.c (probe_exit): Ditto. * bench/bench_io2.c (probe_exit): Ditto. * bench/bench_io1.c (probe_exit): Ditto. * bench/bench.c (probe_exit): Ditto. * bench/bench_ret.c (probe_exit): Ditto. * bench/bench_multi.c (probe_exit): Ditto. * where_func/kprobe_where_funct.c (probe_exit): Ditto. * test4/test4.c (probe_exit): Ditto. * tasklet/stp_tasklet.c (probe_exit): Ditto. * os_timer/os_timer.c (probe_exit): Ditto. * scf/scf.c (probe_exit): Ditto. --- runtime/probes/os_timer/os_timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/probes/os_timer/os_timer.c') diff --git a/runtime/probes/os_timer/os_timer.c b/runtime/probes/os_timer/os_timer.c index 1e927be4..20aebf68 100644 --- a/runtime/probes/os_timer/os_timer.c +++ b/runtime/probes/os_timer/os_timer.c @@ -113,7 +113,7 @@ int probe_start(void) return 0; } -static void probe_exit (void) +void probe_exit (void) { /* unregister the os_timer */ del_timer_sync(&timer); -- cgit