Changeset e3107e2 in mainline
- Timestamp:
- 2018-06-25T21:44:33Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fbfe59d
- Parents:
- 417aaafb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/virtio-net/virtio-net.h
r417aaafb re3107e2 55 55 uint16_t csum_start; 56 56 uint16_t csum_offset; 57 // XXX: QEMU uses the legacy layout for some reason 58 // uint16_t num_buffers; 57 58 // XXX: QEMU uses the legacy layout for some reason 59 #if 0 60 uint16_t num_buffers; 61 #endif 59 62 } virtio_net_hdr_t; 60 63
Note:
See TracChangeset
for help on using the changeset viewer.