dav/db.h

changeset 523
923a4528a2ae
parent 522
46f96dcd6eab
child 524
d53fd1006485
--- a/dav/db.h	Wed Mar 13 18:43:30 2019 +0100
+++ b/dav/db.h	Thu Mar 14 17:43:31 2019 +0100
@@ -37,6 +37,8 @@
 
 #include <libxml/xmlreader.h>
 
+#include "finfo.h"
+
 #ifdef	__cplusplus
 extern "C" {
 #endif
@@ -58,11 +60,16 @@
     off_t   size;
     DavBool isdirectory;
     DavBool skipped;
-    DavBool tags_updated;
     UcxBuffer *cached_tags;
+    XAttributes *xattr;
     char *tags_hash;
     char *xattr_hash;
     
+    DavBool tags_updated;
+    DavBool finfo_updated;
+    DavBool xattr_updated;
+    DavBool metadata_updated;
+    
     DavBool keep;
     DavBool restore;
 };

mercurial