Formatting
This commit is contained in:
@@ -52,10 +52,10 @@ public:
|
|||||||
&deviceAttachmentSpec,
|
&deviceAttachmentSpec,
|
||||||
size_t nSlots,
|
size_t nSlots,
|
||||||
const SpMcRingBuffer::InputEngineConstraints& ringBufferConstraints,
|
const SpMcRingBuffer::InputEngineConstraints& ringBufferConstraints,
|
||||||
boost::asio::io_service& ioService)
|
boost::asio::io_service& ioService_)
|
||||||
: deviceAttachmentSpec(deviceAttachmentSpec),
|
: deviceAttachmentSpec(deviceAttachmentSpec),
|
||||||
ringBuffer(nSlots, ringBufferConstraints),
|
ringBuffer(nSlots, ringBufferConstraints),
|
||||||
ioService(ioService),
|
ioService(ioService_),
|
||||||
shouldContinue(false), timer(ioService)
|
shouldContinue(false), timer(ioService)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user