Align LoopData, HttpContextData

This commit is contained in:
Alex Hultman
2019-01-21 08:40:21 -08:00
parent 19aa6ec9af
commit 74a4048195
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ namespace uWS {
struct Loop;
struct LoopData {
struct alignas(16) LoopData {
friend struct Loop;
private:
std::mutex deferMutex;