X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fnbd.h;h=e6fe17431b95b7b8207c43f745d3c843a9aa91fe;hb=e17dc9d350ba0dfc8662b4fb968c1a32d600d27b;hp=d146ca10c0f52449dd528e9fec61be47e0c85221;hpb=5a4bbd01c8516d4f116c32e6c4b64bfd5e5fe10d;p=pandora-kernel.git diff --git a/include/linux/nbd.h b/include/linux/nbd.h index d146ca10c0f5..e6fe17431b95 100644 --- a/include/linux/nbd.h +++ b/include/linux/nbd.h @@ -68,6 +68,7 @@ struct nbd_device { u64 bytesize; pid_t pid; /* pid of nbd-client, if attached */ int xmit_timeout; + int disconnect; /* a disconnect has been requested by user */ }; #endif