The jailed processes are not "loolwsd" in any sense any more
This commit is contained in:
parent
7a19ff3190
commit
e55df2d021
1 changed files with 2 additions and 2 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue