summary refs log tree commit diff
path: root/libnm/nm-device-team.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnm/nm-device-team.h')
-rw-r--r--libnm/nm-device-team.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libnm/nm-device-team.h b/libnm/nm-device-team.h
index a9b71c6a..522e3d29 100644
--- a/libnm/nm-device-team.h
+++ b/libnm/nm-device-team.h
@@ -39,6 +39,7 @@ G_BEGIN_DECLS
 #define NM_DEVICE_TEAM_HW_ADDRESS  "hw-address"
 #define NM_DEVICE_TEAM_CARRIER     "carrier"
 #define NM_DEVICE_TEAM_SLAVES      "slaves"
+#define NM_DEVICE_TEAM_CONFIG      "config"
 
 /**
  * NMDeviceTeam:
@@ -59,6 +60,8 @@ GType nm_device_team_get_type (void);
 const char      *nm_device_team_get_hw_address (NMDeviceTeam *device);
 gboolean         nm_device_team_get_carrier    (NMDeviceTeam *device);
 const GPtrArray *nm_device_team_get_slaves     (NMDeviceTeam *device);
+NM_AVAILABLE_IN_1_4
+const char      *nm_device_team_get_config     (NMDeviceTeam *device);
 
 G_END_DECLS