summaryrefslogtreecommitdiffstats
path: root/wsd/LOOLWSD.hpp
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2019-05-29 16:26:16 +0100
committerMichael Meeks <michael.meeks@collabora.com>2019-08-05 15:47:47 -0400
commit52e477e57eb7c6df8bbc085b603fdb25b314d63d (patch)
tree0a571705d90f6ad736a49f619159c5d453872d6f /wsd/LOOLWSD.hpp
parentfakesockettest: respect CPPUNIT_TEST_NAME (diff)
downloadonline-52e477e57eb7c6df8bbc085b603fdb25b314d63d.tar.gz
online-52e477e57eb7c6df8bbc085b603fdb25b314d63d.zip
Switch to text/html for paste where we can.
Build special URLs to detect the same host being in-use, and much more. Change-Id: I0ca639ea416cb78bf5e5274eac4400542b6b2cda
Diffstat (limited to 'wsd/LOOLWSD.hpp')
-rw-r--r--wsd/LOOLWSD.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsd/LOOLWSD.hpp b/wsd/LOOLWSD.hpp
index 6928cb6f9d..83f950bad5 100644
--- a/wsd/LOOLWSD.hpp
+++ b/wsd/LOOLWSD.hpp
@@ -45,7 +45,7 @@ public:
// An Application is a singleton anyway,
// so just keep these as statics.
- static std::atomic<unsigned> NextSessionId;
+ static std::atomic<uint64_t> NextSessionId;
static unsigned int NumPreSpawnedChildren;
static bool NoCapsForKit;
static bool NoSeccomp;