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