mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-10 03:12:05 +02:00
Add stop capability to UDPRecvModule
This commit is contained in:
@@ -19,7 +19,7 @@ class UdpRecvModule {
|
||||
public:
|
||||
UdpRecvModule(RingBuffer<UdpFrameMetadata>& ring_buffer);
|
||||
|
||||
virtual ~UdpRecvModule() = default;
|
||||
virtual ~UdpRecvModule();
|
||||
|
||||
void start_recv(
|
||||
const uint16_t udp_port,
|
||||
|
||||
Reference in New Issue
Block a user