summaryrefslogtreecommitdiff
path: root/net/tap_int.h
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2015-05-15 13:58:58 +0200
committerStefan Hajnoczi <stefanha@redhat.com>2015-05-27 10:34:07 +0100
commit468dd82408e950d48def28f87e4cffabfd592ace (patch)
tree0c8ab84fa85e8914fffce19cc3a566940ce5abff /net/tap_int.h
parentac4fcf5639f44f7d863a35eaa2ad07ff31aabc01 (diff)
downloadqemu-468dd82408e950d48def28f87e4cffabfd592ace.tar.gz
tap: Permit incremental conversion of tap_open() to Error
Convert the trivial ones immediately: tap-aix and tap-haiku. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-id: 1431691143-1015-11-git-send-email-armbru@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
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);