summaryrefslogtreecommitdiff
path: root/netfs/daemon/daemonService.h
diff options
context:
space:
mode:
Diffstat (limited to 'netfs/daemon/daemonService.h')
-rw-r--r--netfs/daemon/daemonService.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/netfs/daemon/daemonService.h b/netfs/daemon/daemonService.h
index 345df2c..09058b6 100644
--- a/netfs/daemon/daemonService.h
+++ b/netfs/daemon/daemonService.h
@@ -4,6 +4,7 @@
#include <service.h>
#include <entCache.h>
#include <daemonConfig.h>
+#include <entCache.h>
class ServiceServer : public NetFS::Service {
public:
@@ -12,6 +13,9 @@ class ServiceServer : public NetFS::Service {
virtual NetFS::VolumePrx connect(const std::string & share, const std::string & auth, const Ice::Current&) override;
private:
+ EntCache<User> userLookup;
+ EntCache<Group> groupLookup;
+
NetFS::Daemon::ConfigurationPtr config;
};