diff options
| author | Michael Biebl <biebl@debian.org> | 2025-07-15 08:31:24 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2025-07-15 08:31:24 +0200 |
| commit | 85ae5f778e2146123028aeb34f662564537855b1 (patch) | |
| tree | bae42b53b3b321ccb311ca71a7985b8452e6f0b7 /src/nm-cloud-setup/nm-cloud-setup-utils.h | |
| parent | 3db8545981e5c548f6c63c2bb63a6a534911dbe9 (diff) | |
| parent | 582eb4472a0f3375042afb9026cbeb50e058a27d (diff) | |
Update upstream source from tag 'upstream/1.52.1'
Update to upstream version '1.52.1' with Debian dir e8d19eaaa879d6acb8da947d29d330f548024fe0
Diffstat (limited to 'src/nm-cloud-setup/nm-cloud-setup-utils.h')
| -rw-r--r-- | src/nm-cloud-setup/nm-cloud-setup-utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nm-cloud-setup/nm-cloud-setup-utils.h b/src/nm-cloud-setup/nm-cloud-setup-utils.h index 96205369..6b3be11f 100644 --- a/src/nm-cloud-setup/nm-cloud-setup-utils.h +++ b/src/nm-cloud-setup/nm-cloud-setup-utils.h @@ -23,6 +23,7 @@ #define NMCS_ENV_NM_CLOUD_SETUP_GCP_HOST "NM_CLOUD_SETUP_GCP_HOST" #define NMCS_ENV_NM_CLOUD_SETUP_OCI_HOST "NM_CLOUD_SETUP_OCI_HOST" #define NMCS_ENV_NM_CLOUD_SETUP_MAP_INTERFACES "NM_CLOUD_SETUP_MAP_INTERFACES" +#define NMCS_ENV_NM_CLOUD_SETUP_ALLOW_NEW_CONN "NM_CLOUD_SETUP_ALLOW_NEW_CONN" /*****************************************************************************/ @@ -155,6 +156,7 @@ NMConnection *nmcs_device_get_applied_connection(NMDevice *device, NMActiveConnection *nmcs_add_and_activate(NMClient *client, GCancellable *sigterm_cancellable, + NMDevice *device, NMConnection *connection, GError **error); |