mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
build: fix cppi warning
Jenkins pointed out that the previous commit violates syntax check when cppi is installed. * src/nwfilter/nwfilter_dhcpsnoop.c (SNOOP_POLL_MAX_TIMEOUT_MS): Update indentation. Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
49b59a151f
commit
b75c7bd6b9
@ -2,7 +2,7 @@
|
|||||||
* nwfilter_dhcpsnoop.c: support for DHCP snooping used by a VM
|
* nwfilter_dhcpsnoop.c: support for DHCP snooping used by a VM
|
||||||
* on an interface
|
* on an interface
|
||||||
*
|
*
|
||||||
* Copyright (C) 2012-2013 Red Hat, Inc.
|
* Copyright (C) 2012-2014 Red Hat, Inc.
|
||||||
* Copyright (C) 2011,2012 IBM Corp.
|
* Copyright (C) 2011,2012 IBM Corp.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
@ -269,7 +269,7 @@ struct _virNWFilterSnoopRateLimitConf {
|
|||||||
const unsigned int burstRate;
|
const unsigned int burstRate;
|
||||||
const unsigned int burstInterval;
|
const unsigned int burstInterval;
|
||||||
};
|
};
|
||||||
#define SNOOP_POLL_MAX_TIMEOUT_MS (10 * 1000) /* milliseconds */
|
# define SNOOP_POLL_MAX_TIMEOUT_MS (10 * 1000) /* milliseconds */
|
||||||
|
|
||||||
typedef struct _virNWFilterSnoopPcapConf virNWFilterSnoopPcapConf;
|
typedef struct _virNWFilterSnoopPcapConf virNWFilterSnoopPcapConf;
|
||||||
typedef virNWFilterSnoopPcapConf *virNWFilterSnoopPcapConfPtr;
|
typedef virNWFilterSnoopPcapConf *virNWFilterSnoopPcapConfPtr;
|
||||||
|
Loading…
Reference in New Issue
Block a user