src/server/plugins/postgresql/webdav.h

branch
webdav
changeset 306
e03737cea6e2
parent 303
ad9ba51c8634
child 307
8787cb5ebab3
--- a/src/server/plugins/postgresql/webdav.h	Thu Apr 21 17:16:49 2022 +0200
+++ b/src/server/plugins/postgresql/webdav.h	Sun Apr 24 18:35:44 2022 +0200
@@ -44,8 +44,11 @@
 } PgWebdavBackend;
     
 typedef struct PgPropfind {
-    ResourceData *pg_resource;
-    PGconn *connection;
+    const char *path;
+    int64_t resource_id;
+    WebdavVFSProperties vfsproperties;
+    PGresult *result;
+    int nrows;
 } PgPropfind;
 
 WebdavBackend* pg_webdav_create(Session *sn, Request *rq, pblock *pb);

mercurial