opnsense-ports/security/bro/files/patch-aux-broker-src-queue_impl.hh
Franco Fichtner a741597fd7 */*: sync with upstream
Taken from: FreeBSD
2015-10-24 16:21:56 +02:00

11 lines
418 B
C++

--- aux/broker/src/queue_impl.hh.orig 2015-09-06 19:43:53 UTC
+++ aux/broker/src/queue_impl.hh
@@ -18,7 +18,7 @@ public:
util::flare f;
fd = f.fd();
actor = caf::spawn<
- broker::util::queue_actor<decltype(caf::on<T>()), T>,
+ broker::util::queue_actor<T>,
caf::priority_aware>(std::move(f));
self->planned_exit_reason(caf::exit_reason::user_defined);
actor->link_to(self);