diff options
Diffstat (limited to 'extras/libmemif/examples/common/common.h')
-rw-r--r-- | extras/libmemif/examples/common/common.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/extras/libmemif/examples/common/common.h b/extras/libmemif/examples/common/common.h index ce4ead2d253..3538e39e23b 100644 --- a/extras/libmemif/examples/common/common.h +++ b/extras/libmemif/examples/common/common.h @@ -78,6 +78,10 @@ typedef struct memif_connection uint8_t ip_addr[4]; /* interface hw address */ uint8_t hw_addr[6]; + /* buffer size */ + uint16_t buffer_size; + /* headroom size */ + uint16_t headroom_size; } memif_connection_t; void print_version (); @@ -113,4 +117,4 @@ int basic_packet_handler (memif_connection_t *conn); /* ICMPv4 and ARP handler */ int icmp_packet_handler (memif_connection_t *conn); -#endif /* COMMON_H */
\ No newline at end of file +#endif /* COMMON_H */ |