aboutsummaryrefslogtreecommitdiff
path: root/net/tap_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/tap_int.h')
-rw-r--r--net/tap_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tap_int.h b/net/tap_int.h
index 6df271f823..d12a409967 100644
--- a/net/tap_int.h
+++ b/net/tap_int.h
@@ -30,7 +30,7 @@
#include "qapi-types.h"
int tap_open(char *ifname, int ifname_size, int *vnet_hdr,
- int vnet_hdr_required, int mq_required);
+ int vnet_hdr_required, int mq_required, Error **errp);
ssize_t tap_read_packet(int tapfd, uint8_t *buf, int maxlen);