mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
Change 'interface' to 'iface' in virNetworkDHCPLease
Variables/fields named 'interface' clash with system header symbols on some platforms. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
@@ -5174,7 +5174,7 @@ typedef enum {
|
||||
typedef struct _virNetworkDHCPLease virNetworkDHCPLease;
|
||||
typedef virNetworkDHCPLease *virNetworkDHCPLeasePtr;
|
||||
struct _virNetworkDHCPLease {
|
||||
char *interface; /* Network interface name */
|
||||
char *iface; /* Network interface name */
|
||||
long long expirytime; /* Seconds since epoch */
|
||||
int type; /* virIPAddrType */
|
||||
char *mac; /* MAC address */
|
||||
|
||||
Reference in New Issue
Block a user