Re: [patch 1/1] Allow a jprobe to coexist with muliple kprobes

From: Dipankar Sarma
Date: Thu Jun 02 2005 - 05:26:57 EST


On Thu, Jun 02, 2005 at 03:16:30PM +0530, Prasanna S Panchamukhi wrote:
> Hi,
>
> +int aggr_break_handler(struct kprobe *p, struct pt_regs *regs)
> +{
> + struct kprobe *kp = curr_kprobe;

Any reason why this or other handler functions can't be static ?

Thanks
Dipankar
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/