[WEXT] net_device: Don't include wext bits if not required.
[pandora-kernel.git] / include / linux / nbd.h
index d6b6dc0..0f3e693 100644 (file)
@@ -64,6 +64,7 @@ struct nbd_device {
        struct gendisk *disk;
        int blksize;
        u64 bytesize;
+       pid_t pid; /* pid of nbd-client, if attached */
 };
 
 #endif