Initial pubsub preparatory work

This commit is contained in:
Alex Hultman
2019-02-09 01:00:17 +01:00
parent aaf1f05dcd
commit f08bc8cd03
4 changed files with 66 additions and 9 deletions
+3
View File
@@ -40,6 +40,9 @@ private:
fu2::unique_function<void(Loop *)> postHandler, preHandler;
/* Move over to these later on */
std::vector<fu2::unique_function<void(Loop *)>> postHandlers;
public:
~LoopData() {
/* If we have had App.ws called with compression we need to clear this */