mirror of
https://passt.top/passt
synced 2025-05-24 02:05:33 +02:00
vhost-user: compare mode MODE_PASTA and not MODE_PASST
As we are going to introduce the MODE_VU that will act like the mode MODE_PASST, compare to MODE_PASTA rather than to add a comparison to MODE_VU when we check for MODE_PASST. Signed-off-by: Laurent Vivier <lvivier@redhat.com> Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
377b666dc9
commit
0c335d751a
6 changed files with 21 additions and 21 deletions
2
passt.c
2
passt.c
|
@ -333,7 +333,7 @@ loop:
|
|||
uint32_t eventmask = events[i].events;
|
||||
|
||||
trace("%s: epoll event on %s %i (events: 0x%08x)",
|
||||
c.mode == MODE_PASST ? "passt" : "pasta",
|
||||
c.mode == MODE_PASTA ? "pasta" : "passt",
|
||||
EPOLL_TYPE_STR(ref.type), ref.fd, eventmask);
|
||||
|
||||
switch (ref.type) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue