diff options
| author | Michael Biebl <biebl@debian.org> | 2012-10-26 21:32:57 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2012-10-26 21:32:57 +0200 |
| commit | 36cb2f364a821e1be50b23e03a18891ec55adb06 (patch) | |
| tree | dcc7ff4019373acf1583c3271c4efbddbf43aa6c /src/nm-device-bond.h | |
| parent | 8c98b34228abb4dfde822ad89106b4d8b2287639 (diff) | |
Imported Upstream version 0.9.6.4 upstream/0.9.6.4
Diffstat (limited to 'src/nm-device-bond.h')
| -rw-r--r-- | src/nm-device-bond.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nm-device-bond.h b/src/nm-device-bond.h index 50ca45ea..eeca5606 100644 --- a/src/nm-device-bond.h +++ b/src/nm-device-bond.h @@ -42,6 +42,7 @@ typedef enum { #define NM_DEVICE_BOND_HW_ADDRESS "hw-address" #define NM_DEVICE_BOND_CARRIER "carrier" +#define NM_DEVICE_BOND_SLAVES "slaves" typedef struct { NMDeviceWired parent; |