Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/nic/virtio-net/virtio-net.c

    r8fed3ef r6eab537d  
    4343
    4444#include <virtio-pci.h>
     45#include <pcapdump_iface.h>
    4546
    4647#define NAME    "virtio-net"
     
    431432            ddf_dev_get_name(dev));
    432433
     434        rc = ddf_fun_add_to_category(fun, "pcap");
     435        if (rc != EOK) {
     436                ddf_msg(LVL_ERROR, "Failed adding function to category pcap");
     437                goto unbind;
     438        }
     439
    433440        return EOK;
    434441
Note: See TracChangeset for help on using the changeset viewer.