mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 19:40:12 +01:00
device: make 'nm_device_master_release_slaves' internal API
https://bugzilla.redhat.com/show_bug.cgi?id=1870691 Signed-off-by: Antonio Cardace <acardace@redhat.com>
This commit is contained in:
parent
3f4765f30e
commit
6ddfee3751
2 changed files with 3 additions and 1 deletions
|
|
@ -127,6 +127,8 @@ void nm_device_recheck_available_connections(NMDevice *device);
|
|||
void
|
||||
nm_device_master_check_slave_physical_port(NMDevice *self, NMDevice *slave, NMLogDomain log_domain);
|
||||
|
||||
void nm_device_master_release_slaves(NMDevice *self);
|
||||
|
||||
void nm_device_set_carrier(NMDevice *self, gboolean carrier);
|
||||
|
||||
void nm_device_queue_recheck_assume(NMDevice *device);
|
||||
|
|
|
|||
|
|
@ -6488,7 +6488,7 @@ nm_device_master_check_slave_physical_port(NMDevice *self, NMDevice *slave, NMLo
|
|||
}
|
||||
|
||||
/* release all slaves */
|
||||
static void
|
||||
void
|
||||
nm_device_master_release_slaves(NMDevice *self)
|
||||
{
|
||||
NMDevicePrivate * priv = NM_DEVICE_GET_PRIVATE(self);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue