Fix Windows build?

This commit is contained in:
Alex Hultman
2021-10-01 04:24:23 +02:00
parent 7956546836
commit 02691e0cde
+2 -1
View File
@@ -82,10 +82,11 @@ struct TopicTree {
FIRST = 2
};
private:
/* Whomever is iterating this topic is locked to not modify its own list */
Subscriber *iteratingSubscriber = nullptr;
private:
/* The drain callback must not publish, unsubscribe or subscribe.
* It must only cork, uncork, send, write */
std::function<bool(Subscriber *, T &, IteratorFlags)> cb;