Fix Windows build?
This commit is contained in:
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user