]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - libfdisk/src/fdiskP.h
libfdisk: add fdisk_assign_device_by_fd()
[thirdparty/util-linux.git] / libfdisk / src / fdiskP.h
index 19c1c79536fcbfe978622db73f51fc5d6e3203da..fefebae2a9dfd41e74e8168fc1ce7dd372928220 100644 (file)
@@ -389,6 +389,7 @@ struct fdisk_context {
                     pt_collision : 1,          /* another PT detected by libblkid */
                     no_disalogs : 1,           /* disable dialog-driven partititoning */
                     dev_model_probed : 1,      /* tried to read from sys */
+                    private_fd : 1,            /* open by libfdisk */
                     listonly : 1;              /* list partition, nothing else */
 
        char *collision;                        /* name of already existing FS/PT */