]> err.no Git - linux-2.6/blobdiff - include/linux/kprobes.h
Merge branch 'master'
[linux-2.6] / include / linux / kprobes.h
index 10005bc92a316000321e89ea87a76d3e7599b1ea..669756bc20a220faebad33b63c268f5ca6add844 100644 (file)
@@ -68,6 +68,9 @@ struct kprobe {
        /* list of kprobes for multi-handler support */
        struct list_head list;
 
+       /* Indicates that the corresponding module has been ref counted */
+       unsigned int mod_refcounted;
+
        /*count the number of times this probe was temporarily disarmed */
        unsigned long nmissed;