SLiRP: Force resetting of the range number

This commit is contained in:
RichardG867
2025-09-05 17:21:19 -03:00
parent 15231c19aa
commit f4f39f2858
3 changed files with 4 additions and 3 deletions

View File

@@ -105,6 +105,7 @@ typedef struct netcard_conf_t {
extern netcard_conf_t net_cards_conf[NET_CARD_MAX];
extern uint16_t net_card_current;
extern int slirp_card_num;
typedef int (*NETRXCB)(void *, uint8_t *, int);
typedef int (*NETSETLINKSTATE)(void *, uint32_t link_state);