methods/cdrom.cc: move the scan into the loop that waits for a CD
[ntk/apt.git] / apt-pkg / cdrom.h
index 13e7203..7466729 100644 (file)
@@ -77,6 +77,8 @@ struct CdromDevice
 
 class pkgUdevCdromDevices
 {
+ private:
+   bool Dlopened;
  protected:
    // libudev dlopen stucture
    void *libudev_handle;