Skip to content

Commit 0b7ff01

Browse files
committed
Merge branch 'master' of github.com:hioa-cs/IncludeOS into dev
2 parents 3c0bbd4 + da8f1ad commit 0b7ff01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/drivers/virtioblk.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ void null_deleter(uint8_t*) {};
3434
#include <statman>
3535

3636
VirtioBlk::VirtioBlk(hw::PCI_Device& d)
37-
: Virtio(d), hw::Drive(), req(queue_size(0), 0, iobase())
37+
: Virtio(d), hw::Drive(), req(queue_size(0), 0, iobase()), inflight(0)
3838
{
3939
INFO("VirtioBlk", "Driver initializing");
4040
{

0 commit comments

Comments
 (0)