diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-09-19 19:54:14 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-09-19 19:54:14 +0100 |
| commit | 415be1d2c7cd46d0c45cc067951d0531b3deec8c (patch) | |
| tree | 15abb48673397ad6e9b82a7c20762e12792ffff3 /src/remote.hh | |
| parent | 0b63074f90d11981d63ec3ed51c13a2aa7da0208 (diff) | |
Add a -s command line option for specifying session name
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 c9276893..189eb0c1 100644 --- a/src/remote.hh +++ b/src/remote.hh @@ -32,7 +32,7 @@ std::unique_ptr<RemoteClient> connect_to(const String& pid, struct Server : public Singleton<Server> { - Server(); + Server(const String& session_name); ~Server(); const String& filename() const { return m_filename; } |
