diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-10-08 20:05:47 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-10-08 20:05:47 +0100 |
| commit | bd0117186128f8810fe602ee7fba2f71cefe89c1 (patch) | |
| tree | f364010b0c4aaeb3ce928e242cb1941ae75a304f /src/remote.hh | |
| parent | 7776c38755bfa4674b21989d7a7ef9561c02c366 (diff) | |
Auto fork server when suspending the local client
That way, other clients can still be serviced by the server.
Diffstat (limited to 'src/remote.hh')
| -rw-r--r-- | src/remote.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remote.hh b/src/remote.hh index 3671521c..1164d2be 100644 --- a/src/remote.hh +++ b/src/remote.hh @@ -48,7 +48,7 @@ struct Server : public Singleton<Server> ~Server(); const String& session() const { return m_session; } - void close_session(); + void close_session(bool do_unlink = true); private: class Accepter; |
