ram.c: Do not call save_page_header() from compress threads
[qemu/kevin.git] / include / net / vhost-user.h
blob35bf61970985c38458205ea03142b12e8133391e
1 /*
2 * vhost-user.h
4 * Copyright (c) 2013 Virtual Open Systems Sarl.
6 * This work is licensed under the terms of the GNU GPL, version 2 or later.
7 * See the COPYING file in the top-level directory.
9 */
11 #ifndef VHOST_USER_H
12 #define VHOST_USER_H
14 struct vhost_net;
15 struct vhost_net *vhost_user_get_vhost_net(NetClientState *nc);
16 uint64_t vhost_user_get_acked_features(NetClientState *nc);
17 void vhost_user_save_acked_features(NetClientState *nc);
19 #endif /* VHOST_USER_H */