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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/netfs/daemon/daemonService.h b/netfs/daemon/daemonService.h
index d41af54..4785dfa 100644
--- a/netfs/daemon/daemonService.h
+++ b/netfs/daemon/daemonService.h
@@ -6,13 +6,12 @@
class ServiceServer : public NetFS::Service {
public:
- ServiceServer(int16_t hostseed, DaemonConfigPtr c);
+ ServiceServer(NetFS::Daemon::ConfigurationPtr c);
virtual NetFS::VolumePrx connect(const std::string & share, const std::string & auth, const Ice::Current&) override;
private:
- DaemonConfigPtr config;
- const int16_t hostseed;
+ NetFS::Daemon::ConfigurationPtr config;
UserEntCache uentries;
GroupEntCache gentries;