Browse Source
Add option to not build filter-rewriter and colo-compare when they are not needed. Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru> Reviewed-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Zhang Chen <chen.zhang@intel.com> Message-Id: <20230515130640.46035-2-vsementsov@yandex-team.ru> Signed-off-by: Juan Quintela <quintela@redhat.com>pull/235/head
committed by
Juan Quintela
5 changed files with 23 additions and 3 deletions
@ -0,0 +1,7 @@ |
|||
#include "qemu/osdep.h" |
|||
#include "qemu/notify.h" |
|||
#include "net/colo-compare.h" |
|||
|
|||
void colo_compare_cleanup(void) |
|||
{ |
|||
} |
|||
Loading…
Reference in new issue