]> err.no Git - linux-2.6/blobdiff - include/linux/netfilter/xt_string.h
Merge branches 'release' and 'autoload' into release
[linux-2.6] / include / linux / netfilter / xt_string.h
index 3b3419f2637d03d18017f667140e493c653a2ad3..bb21dd1aee2d3ec610e73fb39a219bcd39af92d9 100644 (file)
@@ -12,6 +12,8 @@ struct xt_string_info
        char      pattern[XT_STRING_MAX_PATTERN_SIZE];
        u_int8_t  patlen;
        u_int8_t  invert;
+
+       /* Used internally by the kernel */
        struct ts_config __attribute__((aligned(8))) *config;
 };