about summary refs log tree commit diff
path: root/libnm/nm-device-ovs-port.h
diff options
context:
space:
mode:
authorIain Lane <iain@orangesquash.org.uk>2018-09-24 09:29:55 +0100
committerIain Lane <iain@orangesquash.org.uk>2018-09-24 09:29:55 +0100
commite152ec7bf4ba252ff9d3eb13eabd417b931dac9a (patch)
treec323cf856ee0bb8e44590670dd54c19653a55748 /libnm/nm-device-ovs-port.h
parentee9c73a923909e23a649407be77e25235d769e25 (diff)
Import Upstream version 1.12.2
Diffstat (limited to 'libnm/nm-device-ovs-port.h')
-rw-r--r--libnm/nm-device-ovs-port.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/libnm/nm-device-ovs-port.h b/libnm/nm-device-ovs-port.h
index af661e7b..56a84cb9 100644
--- a/libnm/nm-device-ovs-port.h
+++ b/libnm/nm-device-ovs-port.h
@@ -14,7 +14,7 @@
  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  * Boston, MA 02110-1301 USA.
  *
- * Copyright 2017 Red Hat, Inc.
+ * Copyright 2017,2018 Red Hat, Inc.
  */
 
 #ifndef __NM_DEVICE_OVS_PORT_H__
@@ -35,11 +35,16 @@ G_BEGIN_DECLS
 #define NM_IS_DEVICE_OVS_PORT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), NM_TYPE_DEVICE_OVS_PORT))
 #define NM_DEVICE_OVS_PORT_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj), NM_TYPE_DEVICE_OVS_PORT, NMDeviceOvsPortClass))
 
+#define NM_DEVICE_OVS_PORT_SLAVES "slaves"
+
 typedef struct _NMDeviceOvsPortClass NMDeviceOvsPortClass;
 
 NM_AVAILABLE_IN_1_10
 GType nm_device_ovs_port_get_type (void);
 
+NM_AVAILABLE_IN_1_12_2
+const GPtrArray *nm_device_ovs_port_get_slaves (NMDeviceOvsPort *device);
+
 G_END_DECLS
 
 #endif /* __NM_DEVICE_OVS_PORT_H__ */