diff options
author | Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com> | 2023-07-19 11:14:19 +0000 |
---|---|---|
committer | Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com> | 2023-10-03 15:18:54 +0300 |
commit | cfb9918442a1a22639f55f5923e9807481cc4045 (patch) | |
tree | 820815e4af4af81712db6005b35e33ae6cccc6ce /vhost_user_input.h | |
parent | 75dbf6ff44fc7f499f401265703d4bca5aaf3a79 (diff) |
Virtio-loopback-rfc release:
- Polish the code, remove comments, FIXMEs ...
- Add 'print_config' as a class method
- Fix 'features_sel' read/write operations
Signed-off-by: Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>
Diffstat (limited to 'vhost_user_input.h')
-rw-r--r-- | vhost_user_input.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vhost_user_input.h b/vhost_user_input.h index db5ed33..bbed7f2 100644 --- a/vhost_user_input.h +++ b/vhost_user_input.h @@ -54,13 +54,11 @@ typedef struct VirtIOInput { QTAILQ_HEAD(, VirtIOInputConfig) cfg_list; VirtQueue *evt, *sts; char *serial; - struct { virtio_input_event event; VirtQueueElement *elem; } *queue; uint32_t qindex, qsize; - bool active; } VirtIOInput; |