]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- use enum type instead of int
authorArvin Schnell <aschnell@suse.de>
Mon, 22 Apr 2013 14:32:22 +0000 (16:32 +0200)
committerArvin Schnell <aschnell@suse.de>
Mon, 22 Apr 2013 14:32:22 +0000 (16:32 +0200)
snapper/FileUtils.h

index 1c34811aa4bd644660aa4add928a18ccebea46dc..eec9adc6150bd5f8bb08e99c0f319322271da5a4 100644 (file)
@@ -105,10 +105,12 @@ namespace snapper
        bool umount(const string& mount_point) const;
 
     private:
+
 #ifdef ENABLE_XATTRS
-        int xastatus;
+       XaAttrsStatus xastatus;
        void setXaStatus();
 #endif
+
        const string base_path;
        const string path;