]> err.no Git - linux-2.6/blobdiff - include/linux/kprobes.h
[PATCH] Driver Core: remove driver model detach_state
[linux-2.6] / include / linux / kprobes.h
index f20c163de4f5162b54cdd2603423d471756023ec..99ddba5a4e009b553a56e2c25b1d89c41154fb8e 100644 (file)
@@ -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;