mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-08 20:00:23 +01:00
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 commit16abfca78a)
This commit is contained in:
parent
6225ace76f
commit
2fba8a3ece
1 changed files with 1 additions and 1 deletions
|
|
@ -389,8 +389,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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue