vserver 2.0 rc7
[linux-2.6.git] / include / linux / seq_file.h
index 28141af..850a974 100644 (file)
@@ -18,6 +18,7 @@ struct seq_file {
        size_t from;
        size_t count;
        loff_t index;
+       loff_t version;
        struct semaphore sem;
        struct seq_operations *op;
        void *private;