aboutsummaryrefslogtreecommitdiffstats
path: root/include/vhost_user_loopback.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/vhost_user_loopback.h')
-rw-r--r--include/vhost_user_loopback.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vhost_user_loopback.h b/include/vhost_user_loopback.h
index 8b0294f..25f9a25 100644
--- a/include/vhost_user_loopback.h
+++ b/include/vhost_user_loopback.h
@@ -239,6 +239,9 @@ typedef struct Device {
int device_index;
int requires_socket;
int client_socket;
+ bool priority_enabled;
+ int credits;
+ int priority_group;
} Device;
typedef struct adapter_dev {