summaryrefslogtreecommitdiffstats
path: root/wsd/LOOLWSD.hpp
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-04-18 16:44:50 +0300
committerTor Lillqvist <tml@collabora.com>2020-04-18 16:34:49 +0200
commit7a416cbf0a3cf6724d5ff21128ed46cb82c42a1a (patch)
tree6d3d18940bc279970094f508f7a9bb7bc142d57d /wsd/LOOLWSD.hpp
parentDon't use "kitbroker" as part of the thread name in a 'kit' process (diff)
downloadonline-7a416cbf0a3cf6724d5ff21128ed46cb82c42a1a.tar.gz
online-7a416cbf0a3cf6724d5ff21128ed46cb82c42a1a.zip
Clarify what ChildProcess and WSProcess are
Change-Id: I13dd37c840d2c8b811bb56614fbc9f8ee2e44d40 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92475 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'wsd/LOOLWSD.hpp')
-rw-r--r--wsd/LOOLWSD.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/wsd/LOOLWSD.hpp b/wsd/LOOLWSD.hpp
index 368b58076c..c391cc0558 100644
--- a/wsd/LOOLWSD.hpp
+++ b/wsd/LOOLWSD.hpp
@@ -38,10 +38,10 @@ std::shared_ptr<ChildProcess> getNewChild_Blocks(
const std::string& uri
#endif
);
-// This is common code used to setup as socket to both
-// forkit and child document processes via a websocket.
-// In general, a WSProcess instance represents a child
-// process with which we can communicate through websocket.
+// A WSProcess object in the WSD process represents a descendant process, either the direct child
+// process FORKIT or a grandchild KIT process, with which the WSD process communicates through a
+// WebSocket.
+
class WSProcess
{
public: