X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fdevice-handler.h;h=9d477db9979dc249841ff52822d53c8d6fae7024;hp=854be48dab48176e925e985eb56cf0a936fe48c6;hb=b201464a18c990ea6df0f2878e532618d4936c53;hpb=ffc167572a9d56c52908aebefe62ba3e3e2a9cf8;ds=sidebyside diff --git a/discover/device-handler.h b/discover/device-handler.h index 854be48..9d477db 100644 --- a/discover/device-handler.h +++ b/discover/device-handler.h @@ -33,8 +33,10 @@ struct discover_device { const char *uuid; const char *label; - const char *mount_path; + char *mount_path; const char *device_path; + bool mounted; + bool unmount; bool notified;