X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fkprobes.h;h=99ddba5a4e009b553a56e2c25b1d89c41154fb8e;hb=f7f1b0f1e2fbadeab12d24236000e778aa9b1ead;hp=f20c163de4f5162b54cdd2603423d471756023ec;hpb=e3f6fb6212a7102bdb56ba38fa1e98fe72950475;p=linux-2.6.git diff --git a/include/linux/kprobes.h b/include/linux/kprobes.h index f20c163de..99ddba5a4 100644 --- a/include/linux/kprobes.h +++ b/include/linux/kprobes.h @@ -43,6 +43,9 @@ typedef int (*kprobe_fault_handler_t) (struct kprobe *, struct pt_regs *, struct kprobe { struct hlist_node hlist; + /* list of kprobes for multi-handler support */ + struct list_head list; + /* location of the probe point */ kprobe_opcode_t *addr;