mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 07:40:28 +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
This commit is contained in:
parent
4168c19e04
commit
16abfca78a
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue