From 3d3a39d69b39d5202960ada6d3512786fa4a8c83 Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Wed, 29 May 2024 08:54:01 +0200 Subject: workspace shares (#84) Feature: New 'workspaces' service which allows a user to share a local folder via zenserver. A workspace can have mulitple workspace shares and they provie an HTTP API that is compatible with the project oplog HTTP API. Workspaces and shares are preserved between runs. Workspaces feature is disabled by default - enable with --workspaces-enabled option when launching zenserver. --- src/zenstore/zenstore.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/zenstore/zenstore.cpp') diff --git a/src/zenstore/zenstore.cpp b/src/zenstore/zenstore.cpp index 038c6bdc7..c697647d2 100644 --- a/src/zenstore/zenstore.cpp +++ b/src/zenstore/zenstore.cpp @@ -6,6 +6,7 @@ # include # include +# include # include # include @@ -22,6 +23,7 @@ zenstore_forcelinktests() filecas_forcelink(); blockstore_forcelink(); compactcas_forcelink(); + workspaces_forcelink(); gc_forcelink(); hashkeyset_forcelink(); structured_cachestore_forcelink(); -- cgit v1.2.3