cloud-setup: fix nmcs_utils_poll argument ordering

the order of the arguments in the header and C file did not match

Fixes: 69f048bf0c ('cloud-setup: add tool for automatic IP configuration in cloud')

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/574
(cherry picked from commit 16abfca78a)
(cherry picked from commit 2fba8a3ece)
(cherry picked from commit fd6606c525)
This commit is contained in:
Frazer Clews 2020-07-05 00:51:42 +01:00 committed by Thomas Haller
parent 8181674bab
commit 853f5ea79e
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -388,8 +388,8 @@ _poll_cancelled_cb (GObject *object, gpointer user_data)
*/
void
nmcs_utils_poll (int poll_timeout_ms,
int sleep_timeout_ms,
int ratelimit_timeout_ms,
int sleep_timeout_ms,
NMCSUtilsPollProbeStartFcn probe_start_fcn,
NMCSUtilsPollProbeFinishFcn probe_finish_fcn,
gpointer probe_user_data,