The jailed processes are not "loolwsd" in any sense any more

This commit is contained in:
Tor Lillqvist 2016-03-18 15:25:23 +02:00
parent 7a19ff3190
commit e55df2d021

View file

@ -34,8 +34,8 @@ class LOOLSession
public:
/// We have three kinds of Websocket sessions
/// 1) Between the master loolwsd server to the end-user LOOL client
/// 2) Between the master loolwsd server and a jailed loolwsd child process, in the master process
/// 3) Ditto, in the jailed loolwsd process
/// 2) Between the master loolwsd server and a jailed child process, in the master process
/// 3) Ditto, in the jailed process
enum class Kind { ToClient, ToPrisoner, ToMaster };
const std::string& getId() const { return _id; }